summaryrefslogtreecommitdiff
path: root/usr.bin/nohup/nohup.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/nohup/nohup.c')
-rw-r--r--usr.bin/nohup/nohup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/nohup/nohup.c b/usr.bin/nohup/nohup.c
index 06f22445771d9..d7163c4e84f0f 100644
--- a/usr.bin/nohup/nohup.c
+++ b/usr.bin/nohup/nohup.c
@@ -43,7 +43,7 @@ static char sccsid[] = "@(#)nohup.c 8.1 (Berkeley) 6/6/93";
#endif /* not lint */
#endif
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/usr.bin/nohup/nohup.c,v 1.10.38.1 2010/12/21 17:10:29 kensmith Exp $");
#include <sys/param.h>
#include <sys/stat.h>