PERFORCE change 16040 for review
Robert Watson
rwatson at freebsd.org
Thu Aug 15 18:55:23 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=16040
Change 16040 by rwatson at rwatson_tislabs on 2002/08/15 11:55:05
Now that there's less namespace pollution, do include mac.h
to get access to the MAC API.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/netatalk/ddp_input.c#9 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/netatalk/ddp_input.c#9 (text+ko) ====
@@ -10,6 +10,7 @@
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/lock.h>
+#include <sys/mac.h>
#include <sys/mbuf.h>
#include <sys/signalvar.h>
#include <sys/socket.h>
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