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

[commits] r6550 - in /fsf/trunk/libc: ChangeLog sysdeps/mach/hurd/bits/fcntl.h



Author: eglibc
Date: Mon Jul 14 00:03:43 2008
New Revision: 6550

Log:
Import glibc-mainline for 2008-07-14

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/sysdeps/mach/hurd/bits/fcntl.h

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Mon Jul 14 00:03:43 2008
@@ -1,3 +1,7 @@
+2008-07-14  Samuel Thibault  <samuel.thibault@xxxxxxxxxxxx>
+
+	* sysdeps/mach/hurd/bits/fcntl.h: Include <sys/types.h>.
+
 2008-07-12  Ulrich Drepper  <drepper@xxxxxxxxxx>
 
 	* nscd/connections.c (main_loop_poll): Fix handling of read errors

Modified: fsf/trunk/libc/sysdeps/mach/hurd/bits/fcntl.h
==============================================================================
--- fsf/trunk/libc/sysdeps/mach/hurd/bits/fcntl.h (original)
+++ fsf/trunk/libc/sysdeps/mach/hurd/bits/fcntl.h Mon Jul 14 00:03:43 2008
@@ -21,6 +21,8 @@
 #ifndef _FCNTL_H
 # error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
 #endif
+
+#include <sys/types.h>
 
 /* File access modes.  These are understood by io servers; they can be
    passed in `dir_lookup', and are returned by `io_get_openmodes'.