mirror of
https://github.com/opnsense/src.git
synced 2026-06-07 07:42:26 -04:00
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 |
||
|---|---|---|
| .. | ||
| cexp_test.c | ||
| conj_test.c | ||
| csqrt_test.c | ||
| ctrig_test.c | ||
| exponential_test.c | ||
| fenv_test.c | ||
| fma_test.c | ||
| fmaxmin_test.c | ||
| ilogb_test.c | ||
| invctrig_test.c | ||
| invtrig_test.c | ||
| logarithm_test.c | ||
| lrint_test.c | ||
| lround_test.c | ||
| Makefile | ||
| Makefile.depend | ||
| nan_test.c | ||
| nearbyint_test.c | ||
| next_test.c | ||
| rem_test.c | ||
| test-utils.h | ||
| trig_test.c | ||