freebsd-dev/sbin/fsdb
Joerg Wunsch b81ba372c5 Avoid pointless initialization of global variables to 0. This only
bloats the resulting binary file by forcing them out of .bss into
.data, while the C standard already guarantees them to become
initialized to 0 at program startup.

MFC after:	1 week
2002-01-26 15:47:24 +00:00
..
fsdb.8
fsdb.c Avoid pointless initialization of global variables to 0. This only 2002-01-26 15:47:24 +00:00
fsdb.h Allow fsdb the ability to work with entries named with whitespace embedded. 2002-01-25 18:31:57 +00:00
fsdbutil.c Remove a not-very-useful printf(3). 2002-01-25 18:33:40 +00:00
Makefile Default to WARNS=2. 2001-12-04 02:19:58 +00:00