From c36dd7800f4ba0162643dbda2b74bc8b99686b09 Mon Sep 17 00:00:00 2001 From: hmeland Date: Thu, 25 Feb 1999 15:30:59 +0000 Subject: Hi, everybody :-) The extern declaration of logident belongs in common.h, not common.c. [ Besides, I needed a pretty safe thing to patch for testing that I can actually do CVS checkins properly. Hopefully this turns out right... ] --- src/common.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/common.c') diff --git a/src/common.c b/src/common.c index c25db2dee..9de44907a 100644 --- a/src/common.c +++ b/src/common.c @@ -30,9 +30,6 @@ char* python = PYTHON; /* bogus global variable used as a flag */ int running_as_cgi = 0; -/* extern to reference this global from one of the wrapper mains */ -extern const char* logident; - /* Some older systems don't define strerror(). Provide a replacement that is -- cgit v1.2.3-70-g09d2