openbsd-ports/net/netatalk/stable/patches/patch-etc_afpd_appl_c

13 lines
447 B
Plaintext

$OpenBSD: patch-etc_afpd_appl_c,v 1.1 2003/08/22 11:18:19 naddy Exp $
--- etc/afpd/appl.c.orig Mon Aug 18 14:48:02 2003
+++ etc/afpd/appl.c Mon Aug 18 14:48:47 2003
@@ -396,7 +396,7 @@ int ibuflen, *rbuflen;
#define hextoint( c ) ( isdigit( c ) ? c - '0' : c + 10 - 'a' )
#define islxdigit(x) (!isupper(x)&&isxdigit(x))
- char utomname[ MAXPATHLEN + 1];
+ char utomname[MAXPATHLEN];
char *u, *m;
int i, h;