mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 03:25:54 +02:00
misc-progs: Sync STRING_SIZE.
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
#include "langs.h"
|
||||
|
||||
#define STRING_SIZE 1023
|
||||
#define STRING_SIZE 1024
|
||||
|
||||
#define ADDRESS 0
|
||||
#define NETADDRESS 1
|
||||
|
||||
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user