freebsd-dev/usr.bin/gzip
Ed Schouten bf70becee6 More -Wmissing-variable-declarations fixes.
In addition to adding `static' where possible:

- bin/date: Move `retval' into extern.h to make it visible to date.c.
- bin/ed: Move globally used variables into ed.h.
- sbin/camcontrol: Move `verbose' into camcontrol.h and fix shadow warnings.
- usr.bin/calendar: Remove unneeded variables.
- usr.bin/chat: Make `line' local instead of global.
- usr.bin/elfdump: Comment out unneeded function.
- usr.bin/rlogin: Use _Noreturn instead of __dead2.
- usr.bin/tset: Pull `Ospeed' into extern.h.
- usr.sbin/mfiutil: Put global variables in mfiutil.h.
- usr.sbin/pkg: Remove unused `os_corres'.
- usr.sbin/quotaon, usr.sbin/repquota: Remove unused `qfname'.
2012-10-19 14:49:42 +00:00
..
gzexe
gzexe.1
gzip.1 Incorporate recent changes from NetBSD. Most notable change is the addition 2011-10-10 06:37:32 +00:00
gzip.c Incorporate recent changes from NetBSD. Most notable change is the addition 2011-10-10 06:37:32 +00:00
Makefile Incorporate recent changes from NetBSD. Most notable change is the addition 2011-10-10 06:37:32 +00:00
unbzip2.c Diff reduction against NetBSD and add myself to AUTHORS section of the 2010-04-07 22:54:53 +00:00
unpack.c Correct some typos in comments, no functional changes. 2010-10-16 15:24:04 +00:00
unxz.c According to the NetBSD foundation [1]: 2011-10-16 07:35:26 +00:00
zdiff Diff reduction against NetBSD. The most notable change is to zdiff(1) to 2011-05-23 09:02:44 +00:00
zdiff.1 Diff reduction against NetBSD. The most notable change is to zdiff(1) to 2011-05-23 09:02:44 +00:00
zforce
zforce.1
zmore
zmore.1 Fix style nit: don't use leading zero for dates in .Dd 2012-06-05 03:14:39 +00:00
znew Reflect the fact that we actually have NetBSD revision 1.3. 2008-06-30 23:53:15 +00:00
znew.1
zuncompress.c More -Wmissing-variable-declarations fixes. 2012-10-19 14:49:42 +00:00