From 555637d15601156dcbd0eb20a2e77014c6b504ea Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 12 Oct 2013 18:25:14 +0200 Subject: [PATCH] misc-progs: Sync STRING_SIZE. --- src/install+setup/libsmooth/libsmooth.h | 2 +- src/misc-progs/setuid.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/install+setup/libsmooth/libsmooth.h b/src/install+setup/libsmooth/libsmooth.h index fb3819363..fc166b221 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 9df32066a..2e90537a6 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]; -- 2.39.2