diff options
author | Brent Cook <bcook@openbsd.org> | 2016-09-04 09:04:01 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2016-09-04 09:04:01 -0500 |
commit | 08837a82b69eb86c5d8b4c39056650c048efbe69 (patch) | |
tree | 4403166b84e2e7ed6d2343ea7ff7716b60aac8d0 | |
parent | 5532f007d3713e9e790b7577e5f79acd66802bf0 (diff) | |
download | portable-08837a82b69eb86c5d8b4c39056650c048efbe69.tar.gz portable-08837a82b69eb86c5d8b4c39056650c048efbe69.tar.bz2 portable-08837a82b69eb86c5d8b4c39056650c048efbe69.zip |
more cdefs.h removal
-rw-r--r-- | include/Makefile.am | 1 | ||||
-rw-r--r-- | include/compat/sys/types.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 98920b4..9f42f05 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
@@ -29,7 +29,6 @@ noinst_HEADERS += compat/netinet/in.h | |||
29 | noinst_HEADERS += compat/netinet/ip.h | 29 | noinst_HEADERS += compat/netinet/ip.h |
30 | noinst_HEADERS += compat/netinet/tcp.h | 30 | noinst_HEADERS += compat/netinet/tcp.h |
31 | 31 | ||
32 | noinst_HEADERS += compat/sys/cdefs.h | ||
33 | noinst_HEADERS += compat/sys/ioctl.h | 32 | noinst_HEADERS += compat/sys/ioctl.h |
34 | noinst_HEADERS += compat/sys/mman.h | 33 | noinst_HEADERS += compat/sys/mman.h |
35 | noinst_HEADERS += compat/sys/param.h | 34 | noinst_HEADERS += compat/sys/param.h |
diff --git a/include/compat/sys/types.h b/include/compat/sys/types.h index 4833816..2065f5f 100644 --- a/include/compat/sys/types.h +++ b/include/compat/sys/types.h | |||
@@ -18,8 +18,6 @@ | |||
18 | 18 | ||
19 | #include <stdint.h> | 19 | #include <stdint.h> |
20 | 20 | ||
21 | #include <sys/cdefs.h> | ||
22 | |||
23 | #ifdef __MINGW32__ | 21 | #ifdef __MINGW32__ |
24 | #include <_bsd_types.h> | 22 | #include <_bsd_types.h> |
25 | #endif | 23 | #endif |