1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/cnet/files/patch-ab
Steve Price dd807c9b41 Make this build in -current again.
PR:		7655
Submitted by:	Don Croyle <croyle@gelemna.ft-wayne.in.us>
1998-08-24 02:48:29 +00:00

23 lines
507 B
Plaintext

--- 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];