aboutsummaryrefslogtreecommitdiff
path: root/libexec/pt_chown
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-11-04 19:12:42 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-11-04 19:12:42 +0000
commit3f86d8a2ea3f3265afaa1fd263b0004c5c000e69 (patch)
tree4114cadb7556687c77484c7507ab5f541eb9b1ca /libexec/pt_chown
parentf8d4987d7271c1003cce92715022709505f995c7 (diff)
This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvs
'RELENG_5_3_0_RELEASE'. This commit was manufactured to restore the state of the 5.3-RELEASE image.
Diffstat (limited to 'libexec/pt_chown')
-rw-r--r--libexec/pt_chown/Makefile2
-rw-r--r--libexec/pt_chown/pt_chown.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libexec/pt_chown/Makefile b/libexec/pt_chown/Makefile
index 974a730f0374..ea39c7987e3e 100644
--- a/libexec/pt_chown/Makefile
+++ b/libexec/pt_chown/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/libexec/pt_chown/Makefile,v 1.1 2003/01/02 20:44:41 jmallett Exp $
PROG= pt_chown
SRCS= pt_chown.c
diff --git a/libexec/pt_chown/pt_chown.c b/libexec/pt_chown/pt_chown.c
index d89ffeaba87e..3deaac684caa 100644
--- a/libexec/pt_chown/pt_chown.c
+++ b/libexec/pt_chown/pt_chown.c
@@ -32,7 +32,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/libexec/pt_chown/pt_chown.c,v 1.1 2003/01/02 20:44:41 jmallett Exp $");
#endif /* not lint */
#include <sys/stat.h>