blob: 82dce350514e534b882d259d71206eef81888aa9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.2 1998/08/07 10:40:32 agc Exp $
--- source/nc.c.orig Thu Mar 19 22:20:23 1998
+++ source/nc.c Wed Jun 3 00:06:25 1998
@@ -51,7 +51,7 @@
#define APP_NAME "nc"
#define APP_CLASS "NEditClient"
-#if defined(VMS) || defined(linux)
+#if defined(VMS) || defined(linux) || defined(__NetBSD__)
#define MAXNODENAMELEN (MAXPATHLEN+2)
#elif defined(SUNOS)
#define MAXNODENAMELEN 9
|