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

Chris Pressey cpressey at crater.dragonflybsd.org
Tue Feb 1 23:01:10 PST 2005


cpressey    2005/02/01 23:00:47 PST

DragonFly src repository

  Modified files:
    sbin/savecore        Makefile savecore.c 
  Log:
  Raise WARNS to 6:
  
  - Use fully specified structures for constant array initializers.
  - Declare local functions as static.
  - Add/remove prototypes as needed.
  - Remove ``register'' keywords.
  - Rename local variables where they shadow the names of globals.
  
  Submitted-by: Larry Lansing <lansil_at_fuzzynerd_dot_com>
  Additional-tweaks-by: cpressey
  
  Revision  Changes    Path
  1.3       +2 -1      src/sbin/savecore/Makefile
  1.9       +66 -66    src/sbin/savecore/savecore.c


http://www.dragonflybsd.org/cvsweb/src/sbin/savecore/Makefile.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/savecore/savecore.c.diff?r1=1.8&r2=1.9&f=u





More information about the Commits mailing list