diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2006-05-11 17:20:41 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2006-05-11 17:20:41 +0000 |
commit | 5aa22abdaae14e4a3b9988fcfaeb7717ad36de4c (patch) | |
tree | 5cc277b20db82ab82651f9b106b97067637b2f99 /sbin/pdisk/convert.c | |
parent | b9a0f688befd7c7ffadd3de2860dfb6ef504d0a3 (diff) |
remove a bunch of linux and NeXT defines and, in turn, -D__unix__
Diffstat (limited to 'sbin/pdisk/convert.c')
-rw-r--r-- | sbin/pdisk/convert.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sbin/pdisk/convert.c b/sbin/pdisk/convert.c index f18bc731f9d..65c08791508 100644 --- a/sbin/pdisk/convert.c +++ b/sbin/pdisk/convert.c @@ -27,14 +27,10 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#ifdef __linux__ -#include <endian.h> -#else #define LITTLE_ENDIAN 1234 #define BIG_ENDIAN 4321 #define BYTE_ORDER 4321 //#define BYTE_ORDER 1234 -#endif #include "convert.h" |