diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:42 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:42 +0000 |
| commit | 1d386b48a555f61cb7325543adbbb5c3f3407a66 (patch) | |
| tree | 41d64d08ce7d297d1b71e6b8a1da8fe8656fb938 /usr.bin/logname | |
| parent | 685dc743dc3b5645e34836464128e1c0558b404b (diff) | |
Diffstat (limited to 'usr.bin/logname')
| -rw-r--r-- | usr.bin/logname/logname.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/logname/logname.c b/usr.bin/logname/logname.c index c939e49eddfc..6da78d384921 100644 --- a/usr.bin/logname/logname.c +++ b/usr.bin/logname/logname.c @@ -39,8 +39,6 @@ static const char copyright[] = static const char sccsid[] = "@(#)logname.c 8.2 (Berkeley) 4/3/94"; #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <capsicum_helpers.h> #include <err.h> #include <unistd.h> |
