blob: 4bddb789c7ee540d068c5cfe73a6cdb3d2de47d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-Opcodes_wavegde.h,v 1.1 2014/03/06 10:16:53 mrg Exp $
Use native len_t on SunOS.
--- Opcodes/wavegde.h.orig 2005-09-05 17:27:44.000000000 +0000
+++ Opcodes/wavegde.h
@@ -43,7 +43,9 @@
#endif
/* TYPEDEFS */
+#ifndef __sun
typedef long len_t; /* length type */
+#endif
/* CLASS DEFINITIONS */
|