summaryrefslogtreecommitdiff
path: root/editors/nedit/patches/patch-aa
blob: 570c66a123fc6c68cb38f3bc471fbb9cd900ae63 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- source/server.c.orig	Thu Mar 19 22:20:24 1998
+++ source/server.c	Wed Jun  3 00:06:18 1998
@@ -54,7 +54,7 @@
    independent way), please change this (L_cuserid is apparently not ANSI) */
 #define MAXUSERNAMELEN 32
 
-#if defined(VMS) || defined(linux)
+#if defined(VMS) || defined(linux) || defined(__NetBSD__)
 #define MAXNODENAMELEN (MAXPATHLEN+2)
 #elif defined(SUNOS)
 #define MAXNODENAMELEN 9