- use WARNS?= 6 instead of a hard-wired list. -pedantic doesn't really work
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Thu, 19 Aug 2004 21:36:46 +0000 (21:36 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Thu, 19 Aug 2004 21:36:46 +0000 (21:36 +0000)
commit99fcb8e39e1ae71bc82b7f6eec14aa4d42446b21
treeedb45103e3d041ed4fee78da188990d673abbefd
parentdb1a574c20dadca21124b4df501506462029d8d0
- use WARNS?= 6 instead of a hard-wired list. -pedantic doesn't really work
  anyway (no long long)
- use sys/param.h for nhtl in kgzcmp.c
- don't cast away const in kgzip.c, correct the usage of malloc'd space
  instead
usr.sbin/kgzip/Makefile
usr.sbin/kgzip/kgzcmp.c
usr.sbin/kgzip/kgzip.c