summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-08-24 02:48:29 +0000
committerSteve Price <steve@FreeBSD.org>1998-08-24 02:48:29 +0000
commitdd807c9b41bc20eefbd61ddce952e1da45bb676e (patch)
treedae5d22e70a699884731dd2cb8d5ccb84a43b598 /net
parentActivate wcol. (diff)
Make this build in -current again.
PR: 7655 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
Notes
Notes: svn path=/head/; revision=12795
Diffstat (limited to 'net')
-rw-r--r--net/cnet/files/patch-ab22
1 files changed, 22 insertions, 0 deletions
diff --git a/net/cnet/files/patch-ab b/net/cnet/files/patch-ab
new file mode 100644
index 000000000000..8375184d026d
--- /dev/null
+++ b/net/cnet/files/patch-ab
@@ -0,0 +1,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];