PERFORCE change 169468 for review

Robert Watson rwatson at FreeBSD.org
Tue Oct 13 22:26:21 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=169468

Change 169468 by rwatson at rwatson_cinnamon on 2009/10/13 22:26:18

	Declare new cap/procdesc system calls NOPROTO in the compat32
	syscall table.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/sys/compat/freebsd32/syscalls.master#15 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/sys/compat/freebsd32/syscalls.master#15 (text+ko) ====

@@ -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 p4-projects mailing list