diff options
Diffstat (limited to 'usr.bin/comm/comm.c')
-rw-r--r-- | usr.bin/comm/comm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/comm/comm.c b/usr.bin/comm/comm.c index 4c237606825a..e3bb682d70c6 100644 --- a/usr.bin/comm/comm.c +++ b/usr.bin/comm/comm.c @@ -45,8 +45,6 @@ static char sccsid[] = "From: @(#)comm.c 8.4 (Berkeley) 5/4/95"; #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <err.h> #include <limits.h> #include <locale.h> |