From 479e05cec94d92c48d1c71cb6a96cbf7921f7106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 15 Feb 2010 20:51:59 +0000 Subject: [PATCH] fixed a warning git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35479 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/coreutils/lib/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/coreutils/lib/config.h b/src/bin/coreutils/lib/config.h index c61c9d5045..4f9d97e371 100644 --- a/src/bin/coreutils/lib/config.h +++ b/src/bin/coreutils/lib/config.h @@ -1714,7 +1714,7 @@ #define HAVE___FSETLOCKING 1 /* Define HOST_NAME_MAX when does not define it. */ -#define HOST_NAME_MAX 256 +/* #undef HOST_NAME_MAX */ /* The host operating system. */ #define HOST_OPERATING_SYSTEM "Haiku"