From d26900bd4271aae2b0e9bd102929aae7daa4eb18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 2 Nov 2005 22:03:53 +0000 Subject: [PATCH] we don't have sys/sysmacros.h anymore git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14651 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/coreutils/config.h | 2 +- src/bin/diffutils/config.h | 2 +- src/bin/findutils/config.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/coreutils/config.h b/src/bin/coreutils/config.h index 6a03dfb06e..54e18eca02 100644 --- a/src/bin/coreutils/config.h +++ b/src/bin/coreutils/config.h @@ -1250,7 +1250,7 @@ /* Define to 1 if `major', `minor', and `makedev' are declared in . */ -#define MAJOR_IN_SYSMACROS 1 +/* #undef MAJOR_IN_SYSMACROS */ /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */ #define MALLOC_0_IS_NONNULL 1 diff --git a/src/bin/diffutils/config.h b/src/bin/diffutils/config.h index 74bb46f128..430f8bd0b3 100644 --- a/src/bin/diffutils/config.h +++ b/src/bin/diffutils/config.h @@ -968,7 +968,7 @@ /* #undef HAVE_SYS_SYSINFO_H */ /* Define to 1 if you have the header file. */ -#define HAVE_SYS_SYSMACROS_H 1 +/* #undef HAVE_SYS_SYSMACROS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_SYSMP_H */ diff --git a/src/bin/findutils/config.h b/src/bin/findutils/config.h index 9ad1e2ae37..31149417ac 100644 --- a/src/bin/findutils/config.h +++ b/src/bin/findutils/config.h @@ -62,7 +62,7 @@ /* #undef MAJOR_IN_MKDEV */ /* Define if major, minor, and makedev are declared in . */ -#define MAJOR_IN_SYSMACROS 1 +/* #undef MAJOR_IN_SYSMACROS */ /* Define if on MINIX. */ /* #undef _MINIX */