diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-11-24 20:12:57 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-11-27 05:23:59 +0000 |
| commit | a2f733abcff64628b7771a47089628b7327a88bd (patch) | |
| tree | 82d32de87b0381c9e3904e1c09f0ddbbc442182a /lib/libufs/sblock.c | |
| parent | 33ccf366718d189f206f1ed6c43cbcb7b50a2e6c (diff) | |
lib: 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 'lib/libufs/sblock.c')
| -rw-r--r-- | lib/libufs/sblock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libufs/sblock.c b/lib/libufs/sblock.c index 59cd44de04ab..09d478bfe71e 100644 --- a/lib/libufs/sblock.c +++ b/lib/libufs/sblock.c @@ -27,7 +27,6 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#include <sys/cdefs.h> #include <sys/param.h> #include <sys/mount.h> #include <sys/disklabel.h> |
