aboutsummaryrefslogtreecommitdiff
path: root/bin/pwd
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-06-30 05:15:05 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-06-30 05:15:05 +0000
commit2749b1412921cacde0110606121acb7a5e1e2b62 (patch)
treea81b89aa01c8dade88dcffbf674c9d85b7c85d4f /bin/pwd
parent5eb43ac2f70729e688f03999a2f66d1272e14a6d (diff)
downloadsrc-2749b1412921cacde0110606121acb7a5e1e2b62.tar.gz
src-2749b1412921cacde0110606121acb7a5e1e2b62.zip
Consistently use FBSDID
Notes
Notes: svn path=/head/; revision=99110
Diffstat (limited to 'bin/pwd')
-rw-r--r--bin/pwd/pwd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/pwd/pwd.c b/bin/pwd/pwd.c
index c66276d379bd..6d517924eefb 100644
--- a/bin/pwd/pwd.c
+++ b/bin/pwd/pwd.c
@@ -41,9 +41,9 @@ static char const copyright[] =
#if 0
static char sccsid[] = "@(#)pwd.c 8.3 (Berkeley) 4/1/94";
#endif
-static const char rcsid[] =
- "$FreeBSD$";
#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/stat.h>