PERFORCE change 77643 for review

Robert Watson rwatson at FreeBSD.org
Sat May 28 22:18:22 GMT 2005


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

Change 77643 by rwatson at rwatson_paprika on 2005/05/28 22:18:13

	Correct spelling of NULL.

Affected files ...

.. //depot/projects/trustedbsd/audit3/sys/kern/syscalls.master#13 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/sys/kern/syscalls.master#13 (text+ko) ====

@@ -592,9 +592,9 @@
 404	AUE_NULL	MNOSTD	{ int ksem_init(semid_t *idp, unsigned int value); }
 405	AUE_NULL	MNOSTD	{ int ksem_open(semid_t *idp, const char *name, \
 			    int oflag, mode_t mode, unsigned int value); }
-406	AUE_NUNLL	MNOSTD	{ int ksem_unlink(const char *name); }
-407	AUE_NUNLL	MNOSTD	{ int ksem_getvalue(semid_t id, int *val); }
-408	AUE_NUNLL	MNOSTD	{ int ksem_destroy(semid_t id); }
+406	AUE_NULL	MNOSTD	{ int ksem_unlink(const char *name); }
+407	AUE_NULL	MNOSTD	{ int ksem_getvalue(semid_t id, int *val); }
+408	AUE_NULL	MNOSTD	{ int ksem_destroy(semid_t id); }
 409	AUE_NULL	MSTD	{ int __mac_get_pid(pid_t pid, struct mac *mac_p); }
 410	AUE_NULL	MSTD	{ int __mac_get_link(const char *path_p, \
 		    struct mac *mac_p); }
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list