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

r1149 - in trunk/glibc-2.3-head/sysdeps/kfreebsd: . alpha utmp-compat



Author: ps-guest
Date: 2006-02-08 12:14:49 +0000 (Wed, 08 Feb 2006)
New Revision: 1149

Modified:
   trunk/glibc-2.3-head/sysdeps/kfreebsd/alpha/dl-machine.h
   trunk/glibc-2.3-head/sysdeps/kfreebsd/dl-machine.h
   trunk/glibc-2.3-head/sysdeps/kfreebsd/dl-osinfo.h
   trunk/glibc-2.3-head/sysdeps/kfreebsd/ifaddrs.c
   trunk/glibc-2.3-head/sysdeps/kfreebsd/utmp-compat/utmp-equal.h
Log:
* use #include <> instead of #include ""



Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/alpha/dl-machine.h
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/alpha/dl-machine.h	2006-02-06 23:07:37 UTC (rev 1148)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/alpha/dl-machine.h	2006-02-08 12:14:49 UTC (rev 1149)
@@ -31,4 +31,4 @@
    && memcmp ((const char *) (e_ident) + EI_ABIVERSION, "FreeBSD", 8) == 0)
 #define VALID_ELF_ABIVERSION(abi) (memcmp (&(abi), "FreeBSD", 8) == 0)
 
-#include_next "dl-machine.h"
+#include_next <dl-machine.h>

Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/dl-machine.h
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/dl-machine.h	2006-02-06 23:07:37 UTC (rev 1148)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/dl-machine.h	2006-02-08 12:14:49 UTC (rev 1149)
@@ -28,4 +28,4 @@
   && VALID_ELF_OSABI (hdr[EI_OSABI]) \
   && VALID_ELF_ABIVERSION (hdr[EI_ABIVERSION])
 
-#include_next "dl-machine.h"
+#include_next <dl-machine.h>

Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/dl-osinfo.h
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/dl-osinfo.h	2006-02-06 23:07:37 UTC (rev 1148)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/dl-osinfo.h	2006-02-08 12:14:49 UTC (rev 1149)
@@ -21,7 +21,7 @@
 #include <fcntl.h>
 #include <sys/sysctl.h>
 #include <sys/utsname.h>
-#include "kernel-features.h"
+#include <kernel-features.h>
 
 #ifndef MIN
 # define MIN(a,b) (((a)<(b))?(a):(b))

Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/ifaddrs.c
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/ifaddrs.c	2006-02-06 23:07:37 UTC (rev 1148)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/ifaddrs.c	2006-02-08 12:14:49 UTC (rev 1149)
@@ -27,7 +27,7 @@
 #include <errno.h>
 #include <netinet/in.h>
 
-#include "ifreq.h"
+#include <ifreq.h>
 
 /* Create a linked list of `struct ifaddrs' structures, one for each
    network interface on the host machine.  If successful, store the

Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/utmp-compat/utmp-equal.h
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/utmp-compat/utmp-equal.h	2006-02-06 23:07:37 UTC (rev 1148)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/utmp-compat/utmp-equal.h	2006-02-08 12:14:49 UTC (rev 1149)
@@ -19,7 +19,7 @@
 #include <string.h>
 #include <utmp.h>
 
-#include "utmp-private.h"
+#include <utmp-private.h>
 
 /* Test whether two entries match.  */
 static int



Reply to: