summaryrefslogtreecommitdiff
path: root/sysutils/fam/patches/patch-aq
blob: 4d9976d59ca1adfd4aab64a56d438d447f51798c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-aq,v 1.4 2004/11/19 12:35:22 sketch Exp $

--- src/ServerHost.h.orig	2003-01-18 14:18:12.000000000 +0000
+++ src/ServerHost.h	2004-11-08 13:45:49.261211000 +0000
@@ -24,6 +24,7 @@
 #define ServerHost_included
 
 #include <limits.h>
+#include <stdio.h>
 #include "Boolean.h"
 #include "ClientInterest.h"
 #include "RequestMap.h"
@@ -101,7 +102,7 @@
     private:
 
 	Request myrequest;
-	char mypath[NAME_MAX];
+	char mypath[MAXPATHLEN];
 
     };