Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 2009 22:26:21 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 169468 for review
Message-ID:  <200910132226.n9DMQLO5011075@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=169468

Change 169468 by rwatson@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); }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910132226.n9DMQLO5011075>