[haiku-commits] r35479 - haiku/trunk/src/bin/coreutils/lib

  • From: korli@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 15 Feb 2010 21:51:59 +0100 (CET)

Author: korli
Date: 2010-02-15 21:51:59 +0100 (Mon, 15 Feb 2010)
New Revision: 35479
Changeset: http://dev.haiku-os.org/changeset/35479/haiku

Modified:
   haiku/trunk/src/bin/coreutils/lib/config.h
Log:
fixed a warning


Modified: haiku/trunk/src/bin/coreutils/lib/config.h
===================================================================
--- haiku/trunk/src/bin/coreutils/lib/config.h  2010-02-15 20:28:15 UTC (rev 
35478)
+++ haiku/trunk/src/bin/coreutils/lib/config.h  2010-02-15 20:51:59 UTC (rev 
35479)
@@ -1714,7 +1714,7 @@
 #define HAVE___FSETLOCKING 1
 
 /* Define HOST_NAME_MAX when <limits.h> does not define it. */
-#define HOST_NAME_MAX 256
+/* #undef HOST_NAME_MAX */
 
 /* The host operating system. */
 #define HOST_OPERATING_SYSTEM "Haiku"


Other related posts:

  • » [haiku-commits] r35479 - haiku/trunk/src/bin/coreutils/lib - korli