aboutsummaryrefslogtreecommitdiff
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
commitc8813424c9d126a6a743269f6e092d4fd8b39e0a (patch)
tree56bb7f7a15daac462827a466050b1b2a7a3d84f6
parent32e86a82f54826f14ea381affa6674db3aa3b5ae (diff)
downloadsrc-c8813424c9d126a6a743269f6e092d4fd8b39e0a.tar.gz
src-c8813424c9d126a6a743269f6e092d4fd8b39e0a.zip
secure: 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
-rw-r--r--secure/lib/libcrypt/crypt-des.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/secure/lib/libcrypt/crypt-des.c b/secure/lib/libcrypt/crypt-des.c
index f96933ab1bfd..f274ce3a6e29 100644
--- a/secure/lib/libcrypt/crypt-des.c
+++ b/secure/lib/libcrypt/crypt-des.c
@@ -56,7 +56,6 @@
* alignment).
*/
-#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/param.h>
#include <arpa/inet.h>