Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / fam / patches / patch-aq
bloba6e516b273cf50b4951cea03f6d833df9210683c
1 $NetBSD$
3 --- src/ServerHost.h.orig       2003-01-18 14:18:12.000000000 +0000
4 +++ src/ServerHost.h    2004-11-08 13:45:49.261211000 +0000
5 @@ -24,6 +24,7 @@
6  #define ServerHost_included
7  
8  #include <limits.h>
9 +#include <stdio.h>
10  #include "Boolean.h"
11  #include "ClientInterest.h"
12  #include "RequestMap.h"
13 @@ -101,7 +102,7 @@
14      private:
16         Request myrequest;
17 -       char mypath[NAME_MAX];
18 +       char mypath[MAXPATHLEN];
20      };