diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2023-09-25 14:54:56 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2023-10-24 18:13:18 +0000 |
| commit | de270f81b246e154640c0d250696c458ff1c0e3b (patch) | |
| tree | f2dca23cc3fc5e8ed7b7554308f712d773b6edee /usr.bin/printf | |
| parent | 7ccea130e81099f1cd11ec97239e387b31a2a661 (diff) | |
Diffstat (limited to 'usr.bin/printf')
| -rw-r--r-- | usr.bin/printf/printf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/printf/printf.c b/usr.bin/printf/printf.c index 94667f381a60..9ce413b750b7 100644 --- a/usr.bin/printf/printf.c +++ b/usr.bin/printf/printf.c @@ -48,8 +48,6 @@ static char const copyright[] = #if 0 static char const sccsid[] = "@(#)printf.c 8.1 (Berkeley) 7/20/93"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> |
