cvs commit: src/usr.bin/env

Liam J. Foy liamfoy at crater.dragonflybsd.org
Wed Dec 8 12:19:21 PST 2004


liamfoy     2004/12/08 12:17:12 PST

DragonFly src repository

  Modified files:
    usr.bin/env          Makefile env.c 
  Log:
  - We should always check the setenv() call. Why? because it uses
    both realloc and malloc.
  - Remove unnecessary casts.
  - Bump WARNS to 6
  
  Revision  Changes    Path
  1.3       +2 -2      src/usr.bin/env/Makefile
  1.4       +8 -6      src/usr.bin/env/env.c


http://www.dragonflybsd.org/cvsweb/src/usr.bin/env/Makefile.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.bin/env/env.c.diff?r1=1.3&r2=1.4&f=u





More information about the Commits mailing list