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 /sbin/routed | |
| parent | 5b31cc94b10d4bb7109c6b27940a0fc76a44a331 (diff) | |
Diffstat (limited to 'sbin/routed')
| -rw-r--r-- | sbin/routed/main.c | 3 | ||||
| -rw-r--r-- | sbin/routed/rtquery/rtquery.c | 14 |
2 files changed, 0 insertions, 17 deletions
diff --git a/sbin/routed/main.c b/sbin/routed/main.c index 491a40026345..49be52ccbdf4 100644 --- a/sbin/routed/main.c +++ b/sbin/routed/main.c @@ -35,9 +35,6 @@ #include <fcntl.h> #include <sys/file.h> -__COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993 " - "The Regents of the University of California." - " All rights reserved."); pid_t mypid; naddr myaddr; /* system address */ diff --git a/sbin/routed/rtquery/rtquery.c b/sbin/routed/rtquery/rtquery.c index a6896b8e7362..24946a2b4c7a 100644 --- a/sbin/routed/rtquery/rtquery.c +++ b/sbin/routed/rtquery/rtquery.c @@ -50,20 +50,6 @@ #endif #define UNUSED __attribute__((unused)) -#ifndef __COPYRIGHT -#define __COPYRIGHT(_s) static const char copyright[] UNUSED = _s -#endif -__COPYRIGHT("@(#) Copyright (c) 1983, 1988, 1993\n" - "The Regents of the University of California." - " All rights reserved.\n"); -#ifdef __NetBSD__ -__RCSID("$NetBSD$"); -#elif defined(__FreeBSD__) -#else -__RCSID("$Revision: 2.26 $"); -#ident "$Revision: 2.26 $" -#endif - #ifndef sgi #define _HAVE_SIN_LEN #endif |
