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

cvs commit: src/bin/mined Makefile mined.h mined1.c mined2.c


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 29 Oct 2005 05:05:27 -0700 (PDT)

swildner    2005/10/29 05:05:27 PDT

DragonFly src repository

  Modified files:
    bin/mined            Makefile mined.h mined1.c mined2.c 
  Log:
  - include <stdlib.h>
  - remove register keywords
  - remove (void) casts before function calls
  - ANSI function declarations
  - proper variable initialization
  - constify strings where necessary
  - remove prototype macro
  - style(9) issues
  - bump WARNS to 6 (no longer override bin/Makefile.inc)
  
  Submitted-by: sephe
  
  Revision  Changes    Path
  1.2       +0 -1      src/bin/mined/Makefile
  1.5       +132 -144  src/bin/mined/mined.h
  1.7       +182 -198  src/bin/mined/mined1.c
  1.5       +221 -185  src/bin/mined/mined2.c


http://www.dragonflybsd.org/cvsweb/src/bin/mined/Makefile.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/mined/mined.h.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/mined/mined1.c.diff?r1=1.6&r2=1.7&f=u
http://www.dragonflybsd.org/cvsweb/src/bin/mined/mined2.c.diff?r1=1.4&r2=1.5&f=u



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