Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Sep 2006 15:08:54 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 106405 for review
Message-ID:  <200609201508.k8KF8s4u045032@repoman.freebsd.org>

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

Change 106405 by rwatson@rwatson_fledge on 2006/09/20 15:08:20

	Remove socketvar include, it is not needed in user space.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#52 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#52 (text+ko) ====

@@ -30,7 +30,7 @@
  * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#51 $
+ * $P4: //depot/projects/trustedbsd/openbsm/libbsm/bsm_token.c#52 $
  */
 
 #include <sys/types.h>
@@ -71,7 +71,6 @@
 #include <string.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include <sys/socketvar.h>
 
 #include <bsm/audit_internal.h>
 #include <bsm/libbsm.h>



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