diff options
Diffstat (limited to 'usr.bin/from/from.c')
-rw-r--r-- | usr.bin/from/from.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c index 84d0c52b23a3..5884f20937b5 100644 --- a/usr.bin/from/from.c +++ b/usr.bin/from/from.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)from.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/from/from.c,v 1.14.34.1 2009/04/15 03:14:26 kensmith Exp $"); #include <sys/types.h> #include <ctype.h> |