svn commit: r198061 - projects/capabilities8/sys/compat/freebsd32

Robert Watson rwatson at FreeBSD.org
Tue Oct 13 22:27:46 UTC 2009


Author: rwatson
Date: Tue Oct 13 22:27:46 2009
New Revision: 198061
URL: http://svn.freebsd.org/changeset/base/198061

Log:
  Merge c169468 from Perforce to capabilities8 branch:
  
  	Declare new cap/procdesc system calls NOPROTO in the compat32
  	syscall table.
  
  Obtained from:	TrustedBSD Project
  Sponsored by:	Google

Modified:
  projects/capabilities8/sys/compat/freebsd32/syscalls.master

Modified: projects/capabilities8/sys/compat/freebsd32/syscalls.master
==============================================================================
--- projects/capabilities8/sys/compat/freebsd32/syscalls.master	Tue Oct 13 22:20:05 2009	(r198060)
+++ projects/capabilities8/sys/compat/freebsd32/syscalls.master	Tue Oct 13 22:27:46 2009	(r198061)
@@ -901,13 +901,13 @@
 512	AUE_SHMCTL	STD	{ int freebsd32_shmctl(int shmid, int cmd, \
 				    struct shmid_ds32 *buf); }
 513	AUE_LPATHCONF	NOPROTO	{ int lpathconf(char *path, int name); }
-514	AUE_CAP_NEW	STD	{ int cap_new(int fd, u_int64_t rights); }
-515	AUE_CAP_GETRIGHTS	STD	{ int cap_getrights(int fd, \
+514	AUE_CAP_NEW	NOPROTO	{ int cap_new(int fd, u_int64_t rights); }
+515	AUE_CAP_GETRIGHTS	NOPROTO	{ int cap_getrights(int fd, \
 				    u_int64_t *rightsp); }
-516	AUE_CAP_ENTER	STD	{ int cap_enter(void); }
-517	AUE_CAP_GETMODE	STD	{ int cap_getmode(u_int *modep); }
-518	AUE_NULL	STD	{ int pdfork(int *fdp); }
-519	AUE_NULL	STD	{ int pdkill(int fd, int signum); }
-520	AUE_NULL	STD	{ int pdgetpid(int fd, pid_t *pidp); }
-521	AUE_NULL	STD	{ int pdwait(int fd, int *status, \
+516	AUE_CAP_ENTER	NOPROTO	{ int cap_enter(void); }
+517	AUE_CAP_GETMODE	NOPROTO	{ int cap_getmode(u_int *modep); }
+518	AUE_NULL	NOPROTO	{ int pdfork(int *fdp); }
+519	AUE_NULL	NOPROTO	{ int pdkill(int fd, int signum); }
+520	AUE_NULL	NOPROTO	{ int pdgetpid(int fd, pid_t *pidp); }
+521	AUE_NULL	NOPROTO	{ int pdwait(int fd, int *status, \
 				    int options, struct rusage *rusage); }


More information about the svn-src-projects mailing list