summaryrefslogtreecommitdiff
path: root/sysutils/lsof/patches/patch-af
blob: 53744f21dde642fc687960fdd5b4fcccc6590eb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-af,v 1.4 2004/11/28 22:39:07 atatat Exp $

Incorporate a patch from the author that widens the NETBSDV definition
to account for new current versioning system, properly handles the
sys/bufq.h mess, adds a bit more to procfs support, and adds ptyfs
support.

--- dialects/n+obsd/dsock.c.orig	2004-03-10 18:51:38.000000000 -0500
+++ dialects/n+obsd/dsock.c
@@ -79,9 +79,9 @@ process_socket(sa)
 #define	UNPADDR_IN_MBUF
 
 #if	defined(NETBSDV)
-# if	NETBSDV>=1040
+# if	NETBSDV>=1004000
 #undef	UNPADDR_IN_MBUF
-# endif	/* NETBSDV>=1040 */
+# endif	/* NETBSDV>=1004000 */
 #endif	/* defined(NETBSDV) */
 
 #if	defined(UNPADDR_IN_MBUF)