mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
14 lines
293 B
Plaintext
14 lines
293 B
Plaintext
$NetBSD: patch-ad,v 1.1 2005/02/27 21:50:26 jschauma Exp $
|
|
|
|
--- ../include/db_185.in.orig Sun Feb 27 16:36:14 2005
|
|
+++ ../include/db_185.in Sun Feb 27 16:36:20 2005
|
|
@@ -72,7 +72,7 @@
|
|
* XXX
|
|
* SGI/IRIX already has a pgno_t.
|
|
*/
|
|
-#ifdef sgi
|
|
+#ifdef __sgi
|
|
#define pgno_t db_pgno_t
|
|
#endif
|
|
|