From 81b4a3051a0c41419b47f245d06d66da835c6c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 25 Jun 2008 12:09:46 +0000 Subject: [PATCH] * "uname" now reports the operating system as "Haiku". * This fixes a part of bug #2451. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26130 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 8eaa346ec6..26a555ffd2 100644 --- a/src/bin/coreutils/lib/config.h +++ b/src/bin/coreutils/lib/config.h @@ -1411,7 +1411,7 @@ /* #undef HAVE___FSETLOCKING */ /* The host operating system. */ -#define HOST_OPERATING_SYSTEM "BeOS" +#define HOST_OPERATING_SYSTEM "Haiku" /* Define as const if the declaration of iconv() needs const. */ /* #undef ICONV_CONST */