[Glibc-bsd-commits] r5360 - trunk/glibc-ports/kfreebsd/sys

rmh at alioth.debian.org rmh at alioth.debian.org
Mon Jan 20 20:46:26 UTC 2014


Author: rmh
Date: 2014-01-20 20:46:26 +0000 (Mon, 20 Jan 2014)
New Revision: 5360

Modified:
   trunk/glibc-ports/kfreebsd/sys/syscall.h
Log:
Fix SYS___cap_rights_get macro name to match with upstream

Modified: trunk/glibc-ports/kfreebsd/sys/syscall.h
===================================================================
--- trunk/glibc-ports/kfreebsd/sys/syscall.h	2014-01-20 20:27:54 UTC (rev 5359)
+++ trunk/glibc-ports/kfreebsd/sys/syscall.h	2014-01-20 20:46:26 UTC (rev 5360)
@@ -438,7 +438,7 @@
 #define	SYS_shmctl	512
 #define	SYS_lpathconf	513
 #define	SYS_cap_new	514
-#define	SYS_cap_rights_get	515
+#define	SYS___cap_rights_get	515
 #define	SYS_cap_enter	516
 #define	SYS_cap_getmode	517
 #define	SYS_pdfork	518




More information about the Glibc-bsd-commits mailing list