diff options
Diffstat (limited to 'bin/ln/ln.c')
-rw-r--r-- | bin/ln/ln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ln/ln.c b/bin/ln/ln.c index a75785872d07b..e6c7996543af4 100644 --- a/bin/ln/ln.c +++ b/bin/ln/ln.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)ln.c 8.2 (Berkeley) 3/31/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/ln/ln.c,v 1.31 2004/04/06 20:06:47 markm Exp $"); #include <sys/param.h> #include <sys/stat.h> |