aboutsummaryrefslogtreecommitdiff
path: root/libexec/rbootd
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-11-24 20:12:57 +0000
committerWarner Losh <imp@FreeBSD.org>2023-11-27 05:23:59 +0000
commita6fe717c2a876105123214c05176cd74106fb94b (patch)
tree540a80bf26fca6d705f4d95b1dda2090c596b9f6 /libexec/rbootd
parenta2f733abcff64628b7771a47089628b7327a88bd (diff)
downloadsrc-a6fe717c2a876105123214c05176cd74106fb94b.tar.gz
src-a6fe717c2a876105123214c05176cd74106fb94b.zip
libexec: Automated cleanup of cdefs and other formatting
Apply the following automated changes to try to eliminate no-longer-needed sys/cdefs.h includes as well as now-empty blank lines in a row. Remove /^#if.*\n#endif.*\n#include\s+<sys/cdefs.h>.*\n/ Remove /\n+#include\s+<sys/cdefs.h>.*\n+#if.*\n#endif.*\n+/ Remove /\n+#if.*\n#endif.*\n+/ Remove /^#if.*\n#endif.*\n/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/types.h>/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/param.h>/ Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/capsicum.h>/ Sponsored by: Netflix
Diffstat (limited to 'libexec/rbootd')
-rw-r--r--libexec/rbootd/bpf.c3
-rw-r--r--libexec/rbootd/conf.c3
-rw-r--r--libexec/rbootd/parseconf.c3
-rw-r--r--libexec/rbootd/rmpproto.c3
-rw-r--r--libexec/rbootd/utils.c3
5 files changed, 0 insertions, 15 deletions
diff --git a/libexec/rbootd/bpf.c b/libexec/rbootd/bpf.c
index 39914264c8da..449d9bb5567b 100644
--- a/libexec/rbootd/bpf.c
+++ b/libexec/rbootd/bpf.c
@@ -40,9 +40,6 @@
* Author: Jeff Forys, University of Utah CSS
*/
-#ifndef lint
-#endif /* not lint */
-
#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
diff --git a/libexec/rbootd/conf.c b/libexec/rbootd/conf.c
index d11c367a1695..dc9e3ac6a60d 100644
--- a/libexec/rbootd/conf.c
+++ b/libexec/rbootd/conf.c
@@ -40,9 +40,6 @@
* Author: Jeff Forys, University of Utah CSS
*/
-#ifndef lint
-#endif /* not lint */
-
#include <sys/param.h>
#include <sys/time.h>
diff --git a/libexec/rbootd/parseconf.c b/libexec/rbootd/parseconf.c
index 18a73c592da2..7a8b1028b497 100644
--- a/libexec/rbootd/parseconf.c
+++ b/libexec/rbootd/parseconf.c
@@ -40,9 +40,6 @@
* Author: Jeff Forys, University of Utah CSS
*/
-#ifndef lint
-#endif /* not lint */
-
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/time.h>
diff --git a/libexec/rbootd/rmpproto.c b/libexec/rbootd/rmpproto.c
index b1459c998588..8f431255d85b 100644
--- a/libexec/rbootd/rmpproto.c
+++ b/libexec/rbootd/rmpproto.c
@@ -40,9 +40,6 @@
* Author: Jeff Forys, University of Utah CSS
*/
-#ifndef lint
-#endif /* not lint */
-
#include <sys/param.h>
#include <sys/time.h>
#include <netinet/in.h>
diff --git a/libexec/rbootd/utils.c b/libexec/rbootd/utils.c
index 4cf333bbbea0..e89c7d085f49 100644
--- a/libexec/rbootd/utils.c
+++ b/libexec/rbootd/utils.c
@@ -40,9 +40,6 @@
* Author: Jeff Forys, University of Utah CSS
*/
-#ifndef lint
-#endif /* not lint */
-
#include <sys/param.h>
#include <sys/time.h>
#include <netinet/in.h>