b184ad38ab
flat-file database programs "MobileDB", "JFile" v3.x, "List", and the open source "DB".
14 lines
304 B
Text
14 lines
304 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2007/02/19 21:19:14 dsainty Exp $
|
|
|
|
GCC 4.1.2 errors on semicolon following namespace block.
|
|
|
|
--- libpalm/File.h.orig 2003-06-20 11:37:47.000000000 +1200
|
|
+++ libpalm/File.h 2007-02-19 20:55:49.000000000 +1300
|
|
@@ -89,6 +89,6 @@
|
|
uid_map_t m_uid_map;
|
|
};
|
|
|
|
-};
|
|
+}
|
|
|
|
#endif
|