blob: 42737f2829e519f524f134456560bd8beea180c5 (
plain)
1
2
3
4
5
6
7
8
|
$NetBSD: patch-aa,v 1.1 1998/08/27 13:18:21 garbled Exp $
--- h-config.h.orig Sun Aug 9 01:30:48 1998
+++ h-config.h Sun Aug 9 01:32:20 1998
@@ -179,3 +179,3 @@
*/
-#if defined(__alpha) && defined(__osf__)
+#if defined(__alpha) && (defined(__osf__) || defined(__NetBSD__))
# define L64
|