diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:29 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:29 +0000 |
| commit | 2a63c3be158216222d89a073dcbd6a72ee4aab5a (patch) | |
| tree | f9a1fb9f5a3b62e0f12e65ad15bfb86a58dcd9f2 /libexec | |
| parent | 71625ec9ad2a9bc8c09784fbd23b759830e0ee5f (diff) | |
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/bootpd/bptypes.h | 1 | ||||
| -rw-r--r-- | libexec/bootpd/dovend.h | 1 | ||||
| -rw-r--r-- | libexec/bootpd/getether.h | 1 | ||||
| -rw-r--r-- | libexec/bootpd/getif.h | 1 | ||||
| -rw-r--r-- | libexec/bootpd/lookup.h | 1 | ||||
| -rw-r--r-- | libexec/bootpd/readfile.h | 1 | ||||
| -rw-r--r-- | libexec/bootpd/report.c | 1 | ||||
| -rw-r--r-- | libexec/bootpd/report.h | 1 | ||||
| -rw-r--r-- | libexec/bootpd/tools/bootptest/bootptest.h | 1 | ||||
| -rw-r--r-- | libexec/flua/linit_flua.c | 1 | ||||
| -rw-r--r-- | libexec/flua/modules/lposix.h | 1 | ||||
| -rw-r--r-- | libexec/ftpd/blacklist.c | 1 | ||||
| -rw-r--r-- | libexec/ftpd/blacklist_client.h | 1 | ||||
| -rw-r--r-- | libexec/ftpd/config.h | 1 |
14 files changed, 0 insertions, 14 deletions
diff --git a/libexec/bootpd/bptypes.h b/libexec/bootpd/bptypes.h index e27cc832c5fe..13882d03eb29 100644 --- a/libexec/bootpd/bptypes.h +++ b/libexec/bootpd/bptypes.h @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ #ifndef BPTYPES_H diff --git a/libexec/bootpd/dovend.h b/libexec/bootpd/dovend.h index 77cdfc376fb4..4b9f7d6baa04 100644 --- a/libexec/bootpd/dovend.h +++ b/libexec/bootpd/dovend.h @@ -1,5 +1,4 @@ /* dovend.h */ -/* $FreeBSD$ */ extern int dovend_rfc1497(struct host *hp, u_char *buf, int len); extern int insert_ip(byte, struct in_addr_list *, byte **, int *); diff --git a/libexec/bootpd/getether.h b/libexec/bootpd/getether.h index 026df158b50c..a68b1f8f12f5 100644 --- a/libexec/bootpd/getether.h +++ b/libexec/bootpd/getether.h @@ -1,4 +1,3 @@ /* getether.h */ -/* $FreeBSD$ */ extern int getether(char *ifname, char *eaptr); diff --git a/libexec/bootpd/getif.h b/libexec/bootpd/getif.h index a2c86cfba04b..3199b6c151dc 100644 --- a/libexec/bootpd/getif.h +++ b/libexec/bootpd/getif.h @@ -1,4 +1,3 @@ /* getif.h */ -/* $FreeBSD$ */ extern struct ifreq *getif(int, struct in_addr *); diff --git a/libexec/bootpd/lookup.h b/libexec/bootpd/lookup.h index 4940f054696a..3b1890967351 100644 --- a/libexec/bootpd/lookup.h +++ b/libexec/bootpd/lookup.h @@ -1,5 +1,4 @@ /* lookup.h */ -/* $FreeBSD$ */ #include "bptypes.h" /* for int32, u_int32 */ diff --git a/libexec/bootpd/readfile.h b/libexec/bootpd/readfile.h index be9cada23779..5da0c42af4a2 100644 --- a/libexec/bootpd/readfile.h +++ b/libexec/bootpd/readfile.h @@ -1,5 +1,4 @@ /* readfile.h */ -/* $FreeBSD$ */ #include "bptypes.h" #include "hash.h" diff --git a/libexec/bootpd/report.c b/libexec/bootpd/report.c index 98f24bb2950c..eac6a100dfcb 100644 --- a/libexec/bootpd/report.c +++ b/libexec/bootpd/report.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* * report() - calls syslog diff --git a/libexec/bootpd/report.h b/libexec/bootpd/report.h index 55cec5c76845..a51e5f27f1f1 100644 --- a/libexec/bootpd/report.h +++ b/libexec/bootpd/report.h @@ -1,5 +1,4 @@ /* report.h */ -/* $FreeBSD$ */ extern void report_init(int nolog); extern void report(int, const char *, ...) __printflike(2, 3); diff --git a/libexec/bootpd/tools/bootptest/bootptest.h b/libexec/bootpd/tools/bootptest/bootptest.h index 2d9e451bddef..e4da8c6bbb47 100644 --- a/libexec/bootpd/tools/bootptest/bootptest.h +++ b/libexec/bootpd/tools/bootptest/bootptest.h @@ -1,5 +1,4 @@ /* bootptest.h */ -/* $FreeBSD$ */ /* * Hacks for sharing print-bootp.c between tcpdump and bootptest. */ diff --git a/libexec/flua/linit_flua.c b/libexec/flua/linit_flua.c index b62084b66ffa..671a0300783c 100644 --- a/libexec/flua/linit_flua.c +++ b/libexec/flua/linit_flua.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* ** $Id: linit.c,v 1.39.1.1 2017/04/19 17:20:42 roberto Exp $ ** Initialization of libraries for lua.c and other clients diff --git a/libexec/flua/modules/lposix.h b/libexec/flua/modules/lposix.h index d2d9ec0cd677..6085bf045d79 100644 --- a/libexec/flua/modules/lposix.h +++ b/libexec/flua/modules/lposix.h @@ -2,7 +2,6 @@ * * This file is in the public domain. */ -/* $FreeBSD$ */ #pragma once diff --git a/libexec/ftpd/blacklist.c b/libexec/ftpd/blacklist.c index 7aca755f7d2d..e8954f11bbe7 100644 --- a/libexec/ftpd/blacklist.c +++ b/libexec/ftpd/blacklist.c @@ -26,7 +26,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -/* $FreeBSD$ */ #include <ctype.h> #include <stdarg.h> diff --git a/libexec/ftpd/blacklist_client.h b/libexec/ftpd/blacklist_client.h index 391b49c9bdfd..94ecc66c17ce 100644 --- a/libexec/ftpd/blacklist_client.h +++ b/libexec/ftpd/blacklist_client.h @@ -26,7 +26,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ -/* $FreeBSD$ */ #ifndef BLACKLIST_CLIENT_H #define BLACKLIST_CLIENT_H diff --git a/libexec/ftpd/config.h b/libexec/ftpd/config.h index 8e10bbb270dc..c5ca1f01e10e 100644 --- a/libexec/ftpd/config.h +++ b/libexec/ftpd/config.h @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* config.h. Generated automatically by configure. */ |
