svn commit: r192632 - in stable/7/lib/libc: . posix1e string

Christian Brueffer brueffer at FreeBSD.org
Sat May 23 10:35:28 UTC 2009


Author: brueffer
Date: Sat May 23 10:35:27 2009
New Revision: 192632
URL: http://svn.freebsd.org/changeset/base/192632

Log:
  MFC: r192410
  
  Since audit(4) isn't based on posix1e, remove the commented out audit.h header,
  xref libbsm(3).

Modified:
  stable/7/lib/libc/   (props changed)
  stable/7/lib/libc/posix1e/posix1e.3
  stable/7/lib/libc/string/ffsll.c   (props changed)
  stable/7/lib/libc/string/flsll.c   (props changed)

Modified: stable/7/lib/libc/posix1e/posix1e.3
==============================================================================
--- stable/7/lib/libc/posix1e/posix1e.3	Sat May 23 09:24:07 2009	(r192631)
+++ stable/7/lib/libc/posix1e/posix1e.3	Sat May 23 10:35:27 2009	(r192632)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 17, 2000
+.Dd May 20, 2009
 .Dt POSIX1E 3
 .Os
 .Sh NAME
@@ -36,7 +36,6 @@
 .Sh SYNOPSIS
 .In sys/types.h
 .In sys/acl.h
-.\" .In sys/audit.h
 .\" .In sys/capability.h
 .In sys/mac.h
 .Sh DESCRIPTION
@@ -104,6 +103,7 @@ structure.
 .Sh SEE ALSO
 .Xr extattr 2 ,
 .Xr acl 3 ,
+.Xr libbsm 3 ,
 .Xr mac 3 ,
 .Xr acl 9 ,
 .Xr extattr 9 ,


More information about the svn-src-stable-7 mailing list