aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/posix1e/acl_perm.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-03-22 21:53:29 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-03-22 21:53:29 +0000
commit333fc21e3cd79bca0c94d7722c5a56cb5ad078d1 (patch)
treea7704420ac18af12d14349c9bc6bdaf03497c1d5 /lib/libc/posix1e/acl_perm.c
parentf2ae7368eac70a923d9eb24d3afb54678cb94dcb (diff)
downloadsrc-333fc21e3cd79bca0c94d7722c5a56cb5ad078d1.tar.gz
src-333fc21e3cd79bca0c94d7722c5a56cb5ad078d1.zip
Fix the style of the SCM ID's.
I believe have made all of libc .c's as consistent as possible.
Notes
Notes: svn path=/head/; revision=92986
Diffstat (limited to 'lib/libc/posix1e/acl_perm.c')
-rw-r--r--lib/libc/posix1e/acl_perm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/posix1e/acl_perm.c b/lib/libc/posix1e/acl_perm.c
index 21a8a77dd893..c3375e000c21 100644
--- a/lib/libc/posix1e/acl_perm.c
+++ b/lib/libc/posix1e/acl_perm.c
@@ -22,10 +22,11 @@
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/types.h>
#include "namespace.h"
#include <sys/acl.h>