aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/whois
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-24 07:45:36 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:58 +0000
commit0b8224d1cc9dc6c9778ba04a75b2c8d47e5d7481 (patch)
treee836579391da07fc3e031fa54e4264d9666f68f9 /usr.bin/whois
parent5b31cc94b10d4bb7109c6b27940a0fc76a44a331 (diff)
downloadsrc-0b8224d1cc9dc6c9778ba04a75b2c8d47e5d7481.tar.gz
src-0b8224d1cc9dc6c9778ba04a75b2c8d47e5d7481.zip
Diffstat (limited to 'usr.bin/whois')
-rw-r--r--usr.bin/whois/whois.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c
index 6223d7a4daf5..5d88cf4d9821 100644
--- a/usr.bin/whois/whois.c
+++ b/usr.bin/whois/whois.c
@@ -29,16 +29,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-static const char copyright[] =
-"@(#) Copyright (c) 1980, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#if 0
-#endif
-
-#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/poll.h>