blob: 999afe0bf560874794e9aa31b1476b0489f502fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-dw,v 1.1 2006/06/27 11:11:52 joerg Exp $
--- nsprpub/pr/src/md/unix/unix.c.orig 2006-06-26 14:37:27.000000000 +0000
+++ nsprpub/pr/src/md/unix/unix.c
@@ -78,7 +78,8 @@
#define _PRSockLen_t int
#elif (defined(AIX) && !defined(AIX4_1)) || defined(FREEBSD) \
|| defined(NETBSD) || defined(OPENBSD) || defined(UNIXWARE) \
- || defined(DGUX) || defined(VMS) || defined(NTO) || defined(RISCOS)
+ || defined(DGUX) || defined(VMS) || defined(NTO) || defined(RISCOS) \
+ || defined(DRAGONFLY)
#define _PRSockLen_t size_t
#else
#error "Cannot determine architecture"
|