blob: 3f24518e0daa17664b486d9c69573d7719cbf87e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-af,v 1.6 2007/03/14 11:36:26 markd Exp $
Official lsof patch to fix build with newer Solaris 10s.
*** /tmp/T0dLaqXT Tue Jul 18 23:11:15 2006
--- dialects/sun/machine.h Mon Jul 10 19:59:17 2006
***************
*** 76,81 ****
--- 76,82 ----
# if solaris>=80000
#include <sys/wait.h>
+ #include <sys/types32.h>
#define _KERNEL 1
#include <netinet/in.h>
#undef _KERNEL
|