diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-11-24 07:45:36 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-11-27 05:23:58 +0000 |
commit | 0b8224d1cc9dc6c9778ba04a75b2c8d47e5d7481 (patch) | |
tree | e836579391da07fc3e031fa54e4264d9666f68f9 /libexec/fingerd | |
parent | 5b31cc94b10d4bb7109c6b27940a0fc76a44a331 (diff) | |
download | src-0b8224d1cc9dc6c9778ba04a75b2c8d47e5d7481.tar.gz src-0b8224d1cc9dc6c9778ba04a75b2c8d47e5d7481.zip |
Diffstat (limited to 'libexec/fingerd')
-rw-r--r-- | libexec/fingerd/fingerd.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libexec/fingerd/fingerd.c b/libexec/fingerd/fingerd.c index 79a006ec99a3..c30d5e5e0ef5 100644 --- a/libexec/fingerd/fingerd.c +++ b/libexec/fingerd/fingerd.c @@ -29,15 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 1983, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - -#ifndef lint -#endif /* not lint */ - #include <sys/types.h> #include <sys/param.h> #include <sys/socket.h> |