mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2324fd2b3d
PR: 17234 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
14 lines
336 B
Plaintext
14 lines
336 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
|