You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bn...@apache.org on 2003/03/04 01:03:33 UTC

cvs commit: apr NWGNUmakefile

bnicholes    2003/03/03 16:03:32

  Modified:    .        NWGNUmakefile
  Log:
  Add the otherchild functions to the NetWare build so that the linker will be
  happy.  This is now necessary due to the changes in the changes in the
  apr_thread_proc.h header
  
  Revision  Changes    Path
  1.15      +1 -0      apr/NWGNUmakefile
  
  Index: NWGNUmakefile
  ===================================================================
  RCS file: /home/cvs/apr/NWGNUmakefile,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- NWGNUmakefile	18 Feb 2003 19:47:42 -0000	1.14
  +++ NWGNUmakefile	4 Mar 2003 00:03:31 -0000	1.15
  @@ -270,6 +270,7 @@
   	$(OBJDIR)/mmap.o \
   	$(OBJDIR)/open.o \
   	$(OBJDIR)/pipe.o \
  +	$(OBJDIR)/otherchild.o \
   	$(OBJDIR)/poll.o \
   	$(OBJDIR)/pollacc.o \
   	$(OBJDIR)/proc.o \