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

cvs commit: src/sbin/init Makefile init.c


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 25 Feb 2005 07:17:42 -0800 (PST)

joerg       2005/02/25 07:17:42 PST

DragonFly src repository

  Modified files:
    sbin/init            Makefile init.c 
  Log:
  Make init(8) WARNS=6 clean.
  
  Mostly-submitted-by: Kevin M. Kilbride <kmk@xxxxxxx>
  
  Additionally make local functions and variables static, reorder them
  to don't mix variable and function declarations.
  
  Correct the sigalarm handler.
  
  Use __DECONST to cast away the constness for argv.
  
  Revision  Changes    Path
  1.4       +1 -0      src/sbin/init/Makefile
  1.8       +109 -116  src/sbin/init/init.c


http://www.dragonflybsd.org/cvsweb/src/sbin/init/Makefile.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/init/init.c.diff?r1=1.7&r2=1.8&f=u



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