misc-progs: Sync STRING_SIZE.

This commit is contained in:
Michael Tremer
2013-10-12 18:25:14 +02:00
parent 2b875b3985
commit 555637d156
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@
#include "langs.h"
#define STRING_SIZE 1023
#define STRING_SIZE 1024
#define ADDRESS 0
#define NETADDRESS 1

View File

@@ -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];