blob: 1c225217a58567f13d51d82f0b7dc08c13fe348f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- hpp/constant.hpp.orig Fri Jan 7 21:15:51 2005
+++ hpp/constant.hpp Fri Jan 7 21:17:02 2005
@@ -21,7 +21,7 @@
# ifdef __LINUX__
# define OsType "/LNX"
# elif defined(__FreeBSD__)
-# define OsType "/FBSD"
+# define OsType "/BSD"
# elif defined(sun)
# define OsType "/SUN"
# elif defined(_AIX)
|