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 /lib/libfetch | |
| parent | 685dc743dc3b5645e34836464128e1c0558b404b (diff) | |
Diffstat (limited to 'lib/libfetch')
| -rw-r--r-- | lib/libfetch/common.c | 2 | ||||
| -rw-r--r-- | lib/libfetch/fetch.c | 2 | ||||
| -rw-r--r-- | lib/libfetch/file.c | 2 | ||||
| -rw-r--r-- | lib/libfetch/ftp.c | 2 | ||||
| -rw-r--r-- | lib/libfetch/http.c | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/lib/libfetch/common.c b/lib/libfetch/common.c index 8f3f1c5db30f..fd2091791620 100644 --- a/lib/libfetch/common.c +++ b/lib/libfetch/common.c @@ -30,8 +30,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/socket.h> #include <sys/time.h> diff --git a/lib/libfetch/fetch.c b/lib/libfetch/fetch.c index 82a3c5e451a9..135ee8dad151 100644 --- a/lib/libfetch/fetch.c +++ b/lib/libfetch/fetch.c @@ -29,8 +29,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <netinet/in.h> diff --git a/lib/libfetch/file.c b/lib/libfetch/file.c index a7e41bab3289..3cb8893f9d46 100644 --- a/lib/libfetch/file.c +++ b/lib/libfetch/file.c @@ -29,8 +29,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include <sys/param.h> #include <sys/stat.h> diff --git a/lib/libfetch/ftp.c b/lib/libfetch/ftp.c index dfde6edce734..864eacc5d7ff 100644 --- a/lib/libfetch/ftp.c +++ b/lib/libfetch/ftp.c @@ -29,8 +29,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* * Portions of this code were taken from or based on ftpio.c: * diff --git a/lib/libfetch/http.c b/lib/libfetch/http.c index d4605aeccd9f..adcc75fcb83a 100644 --- a/lib/libfetch/http.c +++ b/lib/libfetch/http.c @@ -29,8 +29,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - /* * The following copyright applies to the base64 code: * |
