Author: ps-guest
Date: 2013-11-07 21:02:52 +0000 (Thu, 07 Nov 2013)
New Revision: 5752
Modified:
glibc-package/trunk/debian/changelog
glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
Log:
kfreebsd - sysdeps.diff: fixup get/set owner of socket
Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog 2013-11-07 12:13:47 UTC (rev
5751)
+++ glibc-package/trunk/debian/changelog 2013-11-07 21:02:52 UTC (rev
5752)
@@ -31,6 +31,7 @@
[ Petr Salinger ]
* fbtl.diff: limit default stack size to 4 * ARCH_STACK_DEFAULT_SIZE.
See #727009, #725516.
+ * sysdeps.diff: fixup get/set owner of socket
-- Adam Conrad <[email protected]> Sun, 22 Sep 2013 23:39:33 -0600
Modified: glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
===================================================================
--- glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
2013-11-07 12:13:47 UTC (rev 5751)
+++ glibc-package/trunk/debian/patches/kfreebsd/local-sysdeps.diff
2013-11-07 21:02:52 UTC (rev 5752)
@@ -1093,8 +1093,8 @@
+#define F_SETLKW64 13 /* Set record locking info (blocking). */
+
+#if defined __USE_BSD || defined __USE_UNIX98
-+# define F_SETOWN 5 /* Get owner of socket (receiver of SIGIO). */
-+# define F_GETOWN 6 /* Set owner of socket (receiver of SIGIO). */
++# define F_GETOWN 5 /* Get owner of socket (receiver of SIGIO). */
++# define F_SETOWN 6 /* Set owner of socket (receiver of SIGIO). */
+#endif
+
+/* For F_[GET|SET]FD. */
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]