aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-22 01:31:18 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-23 17:43:23 +0000
commit8ad303d68cec3ee1133550de37e0009502621e50 (patch)
tree6e78406653c12d2aebd2b2ad6e826036ec07e01a /lib/libc/net
parent4fbf14e22d7b83de7080a8e491ba14a5785a0ff4 (diff)
Remove $FreeBSD$: one-line .c comment pattern
Remove /^/[*/]\s*\$FreeBSD\$.*\n/ Similar commit in main: (cherry picked from commit 2a63c3be1582)
Diffstat (limited to 'lib/libc/net')
-rw-r--r--lib/libc/net/res_config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/net/res_config.h b/lib/libc/net/res_config.h
index 51b609b48eaf..f049d6817b7a 100644
--- a/lib/libc/net/res_config.h
+++ b/lib/libc/net/res_config.h
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
#define DEBUG 1 /* enable debugging code (needed for dig) */
#define RESOLVSORT /* allow sorting of addresses in gethostbyname */