* "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
This commit is contained in:
Axel Dörfler 2008-06-25 12:09:46 +00:00
parent 42fe8ffbd2
commit 81b4a3051a

View File

@ -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 */