Initialize __progname as NULL

This commit is contained in:
Robert Millan 2006-03-18 09:19:50 +00:00 committed by Guillem Jover
parent 5bd834027d
commit 31461c563a

@ -21,7 +21,7 @@
#include <bsd/stdlib.h> #include <bsd/stdlib.h>
static char *__progname; static char *__progname = NULL;
char * char *
getprogname (); getprogname ();