freebsd-src/lib/libnetbsd
Warner Losh a2f733abcf 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
2023-11-26 22:23:59 -07:00
..
netinet lib: Remove ancient SCCS tags. 2023-11-26 22:23:28 -07:00
sys Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
efun.c Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
glob.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
Makefile Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
Makefile.depend.options local.dirdeps.mk skip N_host_libs for non-FreeBSD host 2023-05-04 11:58:39 -07:00
pthread.h Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:16 -06:00
README Remove $FreeBSD$: one-line bare tag 2023-08-16 11:55:20 -06:00
rmd160.h Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
sha1.h Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
sha2.h Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
sockaddr_snprintf.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
stdlib.h Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00
strsuftoll.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
util.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
util.h Remove $FreeBSD$: one-line .c comment pattern 2023-08-16 11:54:29 -06:00

libnetbsd is a thin compatibility layer intended to allow a limited
set of NetBSD software to compile as part of the FreeBSD build with
little or no modification.  It is built as a static library and not
installed for general use.  Likewise, its header files are not
installed.