diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2012-06-30 03:27:04 +0000 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-06-30 03:43:56 +0000 |
commit | 2ba0995323f2d9f60e470648789667da4cc114c0 (patch) | |
tree | be2bd03153a91d5b5f4ad2634fc9c9ca527f1ef0 | |
parent | 1d2a9afe4682a3bd1600d7f3d88bf5b0218896a2 (diff) | |
download | sunmake-2ba0995323f2d9f60e470648789667da4cc114c0.tar.gz |
Bye-bye BSD!
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | usr/src/make_src/Make/bin/make/common/main.cc | 2 | ||||
-rw-r--r-- | usr/src/make_src/Make/lib/bsd/src/bsd.cc | 10 | ||||
-rw-r--r-- | usr/src/make_src/Make/lib/mksh/src/misc.cc | 1 |
4 files changed, 0 insertions, 14 deletions
diff --git a/configure.ac b/configure.ac index b0d2657..8266ac8 100644 --- a/configure.ac +++ b/configure.ac @@ -45,7 +45,6 @@ AC_TYPE_PID_T AC_TYPE_SIZE_T AC_TYPE_SSIZE_T AC_CHECK_DECLS([sys_siglist]) -AC_CHECK_TYPES([u_int16_t]) # Checks for library functions. AC_FUNC_CHOWN diff --git a/usr/src/make_src/Make/bin/make/common/main.cc b/usr/src/make_src/Make/bin/make/common/main.cc index 3fda06a..d1598d7 100644 --- a/usr/src/make_src/Make/bin/make/common/main.cc +++ b/usr/src/make_src/Make/bin/make/common/main.cc @@ -60,8 +60,6 @@ #endif #endif -#include <bsd/bsd.h> /* bsd_signal() */ - #ifdef DISTRIBUTED # include <dm/Avo_AcknowledgeMsg.h> # include <rw/xdrstrea.h> diff --git a/usr/src/make_src/Make/lib/bsd/src/bsd.cc b/usr/src/make_src/Make/lib/bsd/src/bsd.cc index ee23fc6..e968450 100644 --- a/usr/src/make_src/Make/lib/bsd/src/bsd.cc +++ b/usr/src/make_src/Make/lib/bsd/src/bsd.cc @@ -34,16 +34,6 @@ #include <signal.h> -#ifndef HAVE_U_INT16_T -/* bsd headers from Debian use u_intX_t, not uintX_t */ -typedef uint8_t u_int8_t; -typedef uint16_t u_int16_t; -typedef uint32_t u_int32_t; -typedef uint64_t u_int64_t; -#endif - -#include <bsd/bsd.h> - /* External references. */ diff --git a/usr/src/make_src/Make/lib/mksh/src/misc.cc b/usr/src/make_src/Make/lib/mksh/src/misc.cc index 1f0c182..64e270a 100644 --- a/usr/src/make_src/Make/lib/mksh/src/misc.cc +++ b/usr/src/make_src/Make/lib/mksh/src/misc.cc @@ -44,7 +44,6 @@ /* * Included files */ -#include <bsd/bsd.h> /* bsd_signal() */ #include <mksh/i18n.h> /* get_char_semantics_value() */ #include <mksh/misc.h> #include <mksdmsi18n/mksdmsi18n.h> |