From: Roy Marples Date: Tue, 31 Mar 2009 11:01:25 +0000 (+0000) Subject: We need a bit more space for the profile name. X-Git-Tag: v5.0.0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a737266991143cfff2d782e1b4881b6ecbe22ae;p=thirdparty%2Fdhcpcd.git We need a bit more space for the profile name. --- diff --git a/dhcpcd.h b/dhcpcd.h index e353a33f..767dc485 100644 --- a/dhcpcd.h +++ b/dhcpcd.h @@ -39,7 +39,7 @@ #define HWADDR_LEN 20 #define IF_SSIDSIZE 33 -#define PROFILE_LEN 32 +#define PROFILE_LEN 64 enum DHS { DHS_INIT,