emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/src process.c


From: Kim F. Storm
Subject: [Emacs-commit] emacs/src process.c
Date: Wed, 17 Sep 2003 17:31:53 -0400

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Kim F. Storm <address@hidden>   03/09/17 17:31:53

Modified files:
        src            : process.c 

Log message:
        (Fnetwork_interface_list, Fnetwork_interface_info):
        Require HAVE_NET_IF_H and HAVE_SYS_IOCTL_H to include these fns.
        (Fnetwork_interface_info): Check that ifreq struct has required
        fields before accessing them; this requires that those fields are
        defined as macros, which may be too restrictive on some platforms,
        but it is better than failing on other platforms.
        (syms_of_process): Only defsubr above fns when included.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/src/process.c.diff?tr1=1.411&tr2=1.412&r1=text&r2=text





reply via email to

[Prev in Thread] Current Thread [Next in Thread]