Print this page
872 remove duplicate daemon() definitions

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/libresolv2/Makefile.com
          +++ new/usr/src/lib/libresolv2/Makefile.com
↓ open down ↓ 19 lines elided ↑ open up ↑
  20   20  #
  21   21  #
  22   22  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25   25  #
  26   26  
  27   27  LIBRARY= libresolv.a
  28   28  VERS= .2
  29   29  
  30      -BSDOBJS=        daemon.o        putenv.o        strcasecmp.o    strsep.o \
       30 +BSDOBJS=        putenv.o        strcasecmp.o    strsep.o \
  31   31                  ftruncate.o     readv.o         strdup.o        strtoul.o \
  32   32                  gettimeofday.o  setenv.o        strerror.o      utimes.o \
  33   33                  mktemp.o        setitimer.o     strpbrk.o       writev.o
  34   34  
  35   35  DSTOBJS=        dst_api.o       support.o       hmac_link.o 
  36   36  
  37   37  # inet_addr, inet_pton, inet_ntop, and inet_ntoa removed due to overlap with 
  38   38  # libnsl
  39   39  INETOBJS=       inet_net_pton.o inet_neta.o     inet_lnaof.o \
  40   40                  inet_netof.o    nsap_addr.o     inet_makeaddr.o \
↓ open down ↓ 122 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX