[Glibc-bsd-commits] r5212 - trunk/glibc-ports/kfreebsd

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Mon Dec 2 09:55:00 UTC 2013


Author: aurel32
Date: 2013-12-02 09:55:00 +0000 (Mon, 02 Dec 2013)
New Revision: 5212

Modified:
   trunk/glibc-ports/kfreebsd/access.c
   trunk/glibc-ports/kfreebsd/faccessat.c
   trunk/glibc-ports/kfreebsd/futimesat.c
   trunk/glibc-ports/kfreebsd/fxstatat.c
   trunk/glibc-ports/kfreebsd/fxstatat64.c
   trunk/glibc-ports/kfreebsd/openat.c
   trunk/glibc-ports/kfreebsd/posix_fadvise.c
   trunk/glibc-ports/kfreebsd/ptsname.c
   trunk/glibc-ports/kfreebsd/testrtsig.h
   trunk/glibc-ports/kfreebsd/xmknodat.c
Log:
Remove useless includes


Modified: trunk/glibc-ports/kfreebsd/access.c
===================================================================
--- trunk/glibc-ports/kfreebsd/access.c	2013-12-01 19:31:48 UTC (rev 5211)
+++ trunk/glibc-ports/kfreebsd/access.c	2013-12-02 09:55:00 UTC (rev 5212)
@@ -23,7 +23,6 @@
 #include <string.h>
 #include <unistd.h>
 #include <sys/types.h>
-#include <sys/sysctl.h>
 #include <sys/user.h>
 #include <sysdep.h>
 

Modified: trunk/glibc-ports/kfreebsd/faccessat.c
===================================================================
--- trunk/glibc-ports/kfreebsd/faccessat.c	2013-12-01 19:31:48 UTC (rev 5211)
+++ trunk/glibc-ports/kfreebsd/faccessat.c	2013-12-02 09:55:00 UTC (rev 5212)
@@ -24,7 +24,6 @@
 #include <string.h>
 #include <unistd.h>
 #include <sys/types.h>
-#include <sys/sysctl.h>
 #include <sys/user.h>
 #include <kernel-features.h>
 #include <sysdep.h>

Modified: trunk/glibc-ports/kfreebsd/futimesat.c
===================================================================
--- trunk/glibc-ports/kfreebsd/futimesat.c	2013-12-01 19:31:48 UTC (rev 5211)
+++ trunk/glibc-ports/kfreebsd/futimesat.c	2013-12-02 09:55:00 UTC (rev 5212)
@@ -25,7 +25,6 @@
 #include <string.h>
 #include <sysdep.h>
 #include <sys/time.h>
-#include <sys/sysctl.h>
 #include <sys/user.h>
 #include <kernel-features.h>
 

Modified: trunk/glibc-ports/kfreebsd/fxstatat.c
===================================================================
--- trunk/glibc-ports/kfreebsd/fxstatat.c	2013-12-01 19:31:48 UTC (rev 5211)
+++ trunk/glibc-ports/kfreebsd/fxstatat.c	2013-12-02 09:55:00 UTC (rev 5212)
@@ -25,7 +25,6 @@
 #include <string.h>
 #include <sysdep.h>
 #include <sys/stat.h>
-#include <sys/sysctl.h>
 #include <sys/user.h>
 #include <kernel-features.h>
 

Modified: trunk/glibc-ports/kfreebsd/fxstatat64.c
===================================================================
--- trunk/glibc-ports/kfreebsd/fxstatat64.c	2013-12-01 19:31:48 UTC (rev 5211)
+++ trunk/glibc-ports/kfreebsd/fxstatat64.c	2013-12-02 09:55:00 UTC (rev 5212)
@@ -25,7 +25,6 @@
 #include <string.h>
 #include <sysdep.h>
 #include <sys/stat.h>
-#include <sys/sysctl.h>
 #include <sys/user.h>
 #include <kernel-features.h>
 

Modified: trunk/glibc-ports/kfreebsd/openat.c
===================================================================
--- trunk/glibc-ports/kfreebsd/openat.c	2013-12-01 19:31:48 UTC (rev 5211)
+++ trunk/glibc-ports/kfreebsd/openat.c	2013-12-02 09:55:00 UTC (rev 5212)
@@ -25,7 +25,6 @@
 #include <sysdep.h>
 #include <sys/stat.h>
 #include <sys/time.h>
-#include <sys/sysctl.h>
 #include <sys/user.h>
 #include <kernel-features.h>
 #include <sysdep-cancel.h>

Modified: trunk/glibc-ports/kfreebsd/posix_fadvise.c
===================================================================
--- trunk/glibc-ports/kfreebsd/posix_fadvise.c	2013-12-01 19:31:48 UTC (rev 5211)
+++ trunk/glibc-ports/kfreebsd/posix_fadvise.c	2013-12-02 09:55:00 UTC (rev 5212)
@@ -25,7 +25,6 @@
 #include <string.h>
 #include <sysdep.h>
 #include <sys/stat.h>
-#include <sys/sysctl.h>
 #include <sys/user.h>
 #include <kernel-features.h>
 

Modified: trunk/glibc-ports/kfreebsd/ptsname.c
===================================================================
--- trunk/glibc-ports/kfreebsd/ptsname.c	2013-12-01 19:31:48 UTC (rev 5211)
+++ trunk/glibc-ports/kfreebsd/ptsname.c	2013-12-02 09:55:00 UTC (rev 5212)
@@ -22,7 +22,6 @@
 #include <sys/ioctl.h>
 #include <sys/stat.h>
 #include <sys/sysmacros.h>
-#include <sys/sysctl.h>
 #include <termios.h>
 #include <unistd.h>
 

Modified: trunk/glibc-ports/kfreebsd/testrtsig.h
===================================================================
--- trunk/glibc-ports/kfreebsd/testrtsig.h	2013-12-01 19:31:48 UTC (rev 5211)
+++ trunk/glibc-ports/kfreebsd/testrtsig.h	2013-12-02 09:55:00 UTC (rev 5212)
@@ -17,7 +17,6 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
-#include <sys/sysctl.h>
 #include <errno.h>
 #include <string.h>
 

Modified: trunk/glibc-ports/kfreebsd/xmknodat.c
===================================================================
--- trunk/glibc-ports/kfreebsd/xmknodat.c	2013-12-01 19:31:48 UTC (rev 5211)
+++ trunk/glibc-ports/kfreebsd/xmknodat.c	2013-12-02 09:55:00 UTC (rev 5212)
@@ -25,7 +25,6 @@
 #include <string.h>
 #include <sysdep.h>
 #include <sys/stat.h>
-#include <sys/sysctl.h>
 #include <sys/user.h>
 #include <kernel-features.h>
 




More information about the Glibc-bsd-commits mailing list