You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dg...@hyperreal.org on 1998/01/25 03:04:31 UTC

cvs commit: apachen/src/ap ap_execve.c

dgaudet     98/01/24 18:04:31

  Modified:    src/ap   ap_execve.c
  Log:
  protect against broken linker/librarians
  
  Revision  Changes    Path
  1.2       +2 -0      apachen/src/ap/ap_execve.c
  
  Index: ap_execve.c
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/ap/ap_execve.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ap_execve.c	1998/01/25 01:40:55	1.1
  +++ ap_execve.c	1998/01/25 02:04:30	1.2
  @@ -281,4 +281,6 @@
   	}
       return NULL;
   }
  +#else
  +void ap_execve_is_not_here(void) {}
   #endif /* NEED_HASHBANG_EMUL */