Revert Tito's patch to zcip. My bad, David Brownell had objected and I missed

it...
This commit is contained in:
Rob Landley
2005-05-03 03:28:55 +00:00
parent 8445a9ff99
commit e3752e56a4
3 changed files with 188 additions and 112 deletions

View File

@@ -42,7 +42,7 @@
#define DEFAULT_LOGIN_PATH "/bin:/usr/bin"
#define DEFAULT_ROOT_LOGIN_PATH "/usr/sbin:/bin:/usr/bin:/sbin"
void xsetenv ( const char *key, const char *value )
static void xsetenv ( const char *key, const char *value )
{
if ( setenv ( key, value, 1 ))
bb_error_msg_and_die (bb_msg_memory_exhausted);