[Glibc-bsd-commits] r2503 - trunk/glibc-ports/kfreebsd/bits

Petr Salinger ps-guest at alioth.debian.org
Thu May 7 04:43:04 UTC 2009


Author: ps-guest
Date: 2009-05-07 04:43:04 +0000 (Thu, 07 May 2009)
New Revision: 2503

Modified:
   trunk/glibc-ports/kfreebsd/bits/fcntl.h
Log:
add field as upstread did, 
but do not use change of F_GETLK/F_SETLK definition for now



Modified: trunk/glibc-ports/kfreebsd/bits/fcntl.h
===================================================================
--- trunk/glibc-ports/kfreebsd/bits/fcntl.h	2009-05-06 09:20:00 UTC (rev 2502)
+++ trunk/glibc-ports/kfreebsd/bits/fcntl.h	2009-05-07 04:43:04 UTC (rev 2503)
@@ -120,6 +120,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
@@ -130,6 +131,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
 




More information about the Glibc-bsd-commits mailing list