pkgsrc/databases/db/patches/patch-ab

14 lines
291 B
Text
Raw Normal View History

$NetBSD: patch-ab,v 1.1 2005/02/27 21:42:42 jschauma Exp $
--- ../include/db_185.h.orig Sun Feb 27 16:27:52 2005
+++ ../include/db_185.h Sun Feb 27 16:28:05 2005
@@ -76,7 +76,7 @@
* XXX
* SGI/IRIX already has a pgno_t.
*/
-#ifdef sgi
+#ifdef __sgi
#define pgno_t db_pgno_t
#endif