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

r3461 - in glibc-package/trunk/debian: . patches/kfreebsd



Author: ps-guest
Date: 2009-05-07 04:45:39 +0000 (Thu, 07 May 2009)
New Revision: 3461

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
Log:
kfreebsd/local-sysdeps.diff: update to revision 2503 (from glibc-bsd)



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-05-06 09:39:30 UTC (rev 3460)
+++ glibc-package/trunk/debian/changelog	2009-05-07 04:45:39 UTC (rev 3461)
@@ -1,7 +1,7 @@
 eglibc (2.9-12) unstable; urgency=low
 
   [ Petr Salinger ]
-  * kfreebsd/local-sysdeps.diff: update to revision 2501 (from glibc-bsd).
+  * kfreebsd/local-sysdeps.diff: update to revision 2503 (from glibc-bsd).
 
   * 
 

Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2009-05-06 09:39:30 UTC (rev 3460)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff	2009-05-07 04:45:39 UTC (rev 3461)
@@ -3125,7 +3125,7 @@
 +
 --- /dev/null
 +++ b/ports/sysdeps/unix/bsd/bsd4.4/kfreebsd/bits/fcntl.h
-@@ -0,0 +1,151 @@
+@@ -0,0 +1,153 @@
 +/* O_*, F_*, FD_* bit values for FreeBSD.
 +   Copyright (C) 1991-1992, 1997, 2002 Free Software Foundation, Inc.
 +   This file is part of the GNU C Library.
@@ -3248,6 +3248,7 @@
 +    __pid_t l_pid;	/* Process holding the lock.  */
 +    short int l_type;	/* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK.	*/
 +    short int l_whence;	/* Where `l_start' is relative to (like `lseek').  */
++    int	__l_sysid;	/* remote system id or zero for local */
 +  };
 +
 +#ifdef __USE_LARGEFILE64
@@ -3258,6 +3259,7 @@
 +    __pid_t l_pid;	/* Process holding the lock.  */
 +    short int l_type;	/* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK.	*/
 +    short int l_whence;	/* Where `l_start' is relative to (like `lseek').  */
++    int	__l_sysid;	/* remote system id or zero for local */
 +  };
 +#endif
 +


Reply to: