diff options
Diffstat (limited to 'usr.bin/fold/fold.c')
| -rw-r--r-- | usr.bin/fold/fold.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c index d4255fc70ebd..d1a77233cd83 100644 --- a/usr.bin/fold/fold.c +++ b/usr.bin/fold/fold.c @@ -47,7 +47,7 @@ static char sccsid[] = "@(#)fold.c 8.1 (Berkeley) 6/6/93"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/fold/fold.c,v 1.13.30.2.4.1 2012/03/03 06:15:13 kensmith Exp $"); #include <err.h> #include <limits.h> |
