Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Dec 2003 05:12:44 -0800 (PST)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 43719 for review
Message-ID:  <200312101312.hBADCi3Z099408@repoman.freebsd.org>

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

Change 43719 by cvance@cvance_korben on 2003/12/10 05:12:04

	When the call to suser was replaced with a capability check, the 
	header include was removed (doh!) 

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/netinet6/in6.c#8 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/sys/netinet6/in6.c#8 (text+ko) ====

@@ -79,6 +79,7 @@
 #include <sys/time.h>
 #include <sys/kernel.h>
 #include <sys/syslog.h>
+#include <sys/capability.h>
 
 #include <net/if.h>
 #include <net/if_types.h>



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