cvs commit: src/usr.bin/make lst.h src/usr.bin/make/lst.lib lstAppend.c lstDupl.c lstInsert.c

Hartmut Brandt harti at FreeBSD.org
Thu Dec 9 07:31:32 PST 2004


harti       2004-12-09 15:31:32 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/make         lst.h 
    usr.bin/make/lst.lib lstAppend.c lstDupl.c lstInsert.c 
  Log:
  Nobody actually checked the return codes from Lst_Append and Lst_Insert
  so don't return anything.
  
  Revision  Changes    Path
  1.25      +2 -2      src/usr.bin/make/lst.h
  1.16      +1 -15     src/usr.bin/make/lst.lib/lstAppend.c
  1.19      +4 -8      src/usr.bin/make/lst.lib/lstDupl.c
  1.16      +2 -18     src/usr.bin/make/lst.lib/lstInsert.c


More information about the cvs-src mailing list