diff options
Diffstat (limited to 'usr.bin/head/head.c')
| -rw-r--r-- | usr.bin/head/head.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c index 5de0cba13168..872cc15b3e5b 100644 --- a/usr.bin/head/head.c +++ b/usr.bin/head/head.c @@ -43,7 +43,7 @@ static char sccsid[] = "@(#)head.c	8.2 (Berkeley) 5/4/95";  #endif  #endif /* not lint */  #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/head/head.c,v 1.20.10.1.8.1 2012/03/03 06:15:13 kensmith Exp $");  #include <sys/types.h> | 
