From: Michael Tremer Date: Sat, 12 Oct 2013 16:25:14 +0000 (+0200) Subject: misc-progs: Sync STRING_SIZE. X-Git-Tag: v2.15-beta1~194 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=555637d15601156dcbd0eb20a2e77014c6b504ea misc-progs: Sync STRING_SIZE. --- diff --git a/src/install+setup/libsmooth/libsmooth.h b/src/install+setup/libsmooth/libsmooth.h index fb38193637..fc166b221c 100644 --- a/src/install+setup/libsmooth/libsmooth.h +++ b/src/install+setup/libsmooth/libsmooth.h @@ -35,7 +35,7 @@ #include "langs.h" -#define STRING_SIZE 1023 +#define STRING_SIZE 1024 #define ADDRESS 0 #define NETADDRESS 1 diff --git a/src/misc-progs/setuid.h b/src/misc-progs/setuid.h index 9df32066a1..2e90537a6d 100644 --- a/src/misc-progs/setuid.h +++ b/src/misc-progs/setuid.h @@ -15,7 +15,7 @@ /* As nothing in setuid.c uses STRING_SIZE specifically there's no real reason * to redefine it if it already is set */ #ifndef STRING_SIZE -#define STRING_SIZE 256 +#define STRING_SIZE 1024 #endif extern char * trusted_env[4];