[Glibc-bsd-commits] r1338 - trunk/libbsd/src

Robert Millan rmh at costa.debian.org
Sat Mar 18 09:19:50 UTC 2006


Author: rmh
Date: 2006-03-18 09:19:50 +0000 (Sat, 18 Mar 2006)
New Revision: 1338

Modified:
   trunk/libbsd/src/progname.c
Log:
Initialise __progname as NULL.

Modified: trunk/libbsd/src/progname.c
===================================================================
--- trunk/libbsd/src/progname.c	2006-03-17 19:55:21 UTC (rev 1337)
+++ trunk/libbsd/src/progname.c	2006-03-18 09:19:50 UTC (rev 1338)
@@ -21,7 +21,7 @@
 
 #include <bsd/stdlib.h>
 
-static char *__progname;
+static char *__progname = NULL;
 
 char *
 getprogname ();




More information about the Glibc-bsd-commits mailing list