Commit ededa18d authored by 's avatar

*** empty log message ***

parent 7c983997
...@@ -55,7 +55,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ...@@ -55,7 +55,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
char spewbuf[1024]; /* yes, it's a global, but only for debugging */ char spewbuf[1024]; /* yes, it's a global, but only for debugging */
#endif #endif
static char _id_[]="$Id: pcgi-wrapper.c,v 1.4 1998/12/03 22:40:10 brian Exp $"; static char _id_[]="$Id: pcgi-wrapper.c,v 1.5 1998/12/03 22:43:03 brian Exp $";
/* Globals, OR: "I'll know I'll hate myself in the morning" */ /* Globals, OR: "I'll know I'll hate myself in the morning" */
extern char **environ; extern char **environ;
...@@ -85,9 +85,6 @@ int main(int argc, char *argv[]) ...@@ -85,9 +85,6 @@ int main(int argc, char *argv[])
CloseFileDescriptors = 1; CloseFileDescriptors = 1;
#endif #endif
#ifdef UNIX
sem_idx.val=0;
#endif
/* /*
// Initialize resource info // Initialize resource info
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment