You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2001/04/07 21:37:55 UTC

cvs commit: httpd-2.0/os/unix unixd.h

trawick     01/04/07 12:37:54

  Modified:    os/unix  unixd.h
  Log:
  tweak unixd.h so that exports.c is built properly
  
  Revision  Changes    Path
  1.21      +1 -2      httpd-2.0/os/unix/unixd.h
  
  Index: unixd.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/os/unix/unixd.h,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- unixd.h	2001/02/16 04:26:46	1.20
  +++ unixd.h	2001/04/07 19:37:54	1.21
  @@ -106,8 +106,7 @@
   void unixd_pre_config(apr_pool_t *ptemp);
   const char *unixd_set_user(cmd_parms *cmd, void *dummy, const char *arg);
   const char *unixd_set_group(cmd_parms *cmd, void *dummy, const char *arg);
  -#if defined(RLIMIT_CPU) || defined(RLIMIT_DATA) || defined(RLIMIT_VMEM) || \
  -    defined(RLIMIT_NPROC) || defined(RLIMIT_AS)
  +#if defined(RLIMIT_CPU) || defined(RLIMIT_DATA) || defined(RLIMIT_VMEM) || defined(RLIMIT_NPROC) || defined(RLIMIT_AS)
   AP_DECLARE(void) unixd_set_rlimit(cmd_parms *cmd, struct rlimit **plimit,
                              const char *arg, const char * arg2, int type);
   #endif