aboutsummaryrefslogtreecommitdiff
path: root/libexec/pt_chown
diff options
context:
space:
mode:
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 d4f31bbfd688..2eebc9d7efe0 100644
--- a/libexec/pt_chown/Makefile
+++ b/libexec/pt_chown/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/libexec/pt_chown/Makefile,v 1.4 2005/01/28 16:08:05 ru Exp $
PROG= pt_chown
BINOWN= root
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>