summaryrefslogtreecommitdiff
path: root/net/cnet/files/patch-ab
blob: 8375184d026dee4e1af167e359db0d930ebc950b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- src/cnetheader.h.orig	Thu Jul 24 09:15:13 1997
+++ src/cnetheader.h	Sun Aug 16 23:27:41 1998
@@ -22,6 +22,10 @@
 #define	NDATASEGS		1
 #define	LENDATA_EVER_0		FALSE
 
+#elif	defined(USE_FREEBSD)
+#define NDATASEGS		1
+#define	LENDATA_EVER_0		FALSE
+
 #elif	defined(USE_SOLARIS2)
 #define	NDATASEGS		1
 #define	LENDATA_EVER_0		FALSE
@@ -196,7 +200,7 @@
     int			nlinks;
     int			*links;
 
-    int			errno;
+    int			errorno;
     CnetError		cnet_errno;
 
     unsigned long	length_data[NDATASEGS];