DragonFly BSD
DragonFly commits List (threaded) for 2005-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/bin/sh arith_lex.l mkinit.c var.c


From: Chris Pressey <cpressey@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 18 Apr 2005 22:18:19 -0700 (PDT)

cpressey    2005/04/18 22:18:19 PDT

DragonFly src repository

  Modified files:
    bin/sh               arith_lex.l mkinit.c var.c 
  Log:
  Reduce warnings that appear under higher WARNS levels:
  - Include a missing header;
  - Spell out initializers in full;
  - De-constify a char * that isn't really constant.
  
  Revision  Changes    Path
  1.4       +2 -0      src/bin/sh/arith_lex.l
  1.4       +4 -4      src/bin/sh/mkinit.c
  1.8       +1 -1      src/bin/sh/var.c


http://www.dragonflybsd.org/cvsweb/src/bin/sh/arith_lex.l.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/sh/mkinit.c.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/sh/var.c.diff?r1=1.7&r2=1.8&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]