PERFORCE change 79874 for review
Robert Watson
rwatson at FreeBSD.org
Sun Jul 10 00:07:55 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=79874
Change 79874 by rwatson at rwatson_zoo on 2005/07/10 00:07:08
'out' label only used for MAC error handling, so #ifdef MAC.
Affected files ...
.. //depot/projects/trustedbsd/sebsd/sys/kern/sys_generic.c#14 edit
Differences ...
==== //depot/projects/trustedbsd/sebsd/sys/kern/sys_generic.c#14 (text+ko) ====
@@ -625,7 +625,9 @@
if (error == 0 && (com & IOC_OUT))
error = copyout(data, uap->data, (u_int)size);
+#ifdef MAC
out:
+#endif
if (memp != NULL)
free(memp, M_IOCTLOPS);
fdrop(fp, td);
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