diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2023-09-25 14:54:56 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2023-09-25 14:54:56 +0000 |
| commit | eba230afba4932f02a1ca44efc797cf7499a5cb0 (patch) | |
| tree | 65c67104917802c7e371e323e0d99eaad2d0bd4b /usr.bin/printf/printf.c | |
| parent | e4c68414d0854b5e43dfd1b2b0cfbc295702e831 (diff) | |
Diffstat (limited to 'usr.bin/printf/printf.c')
| -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> |
