CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/12/16 10:44:59
Modified files:
bin/md5 : md5.c
lib/libc/net : if_nameindex.c
sbin/fsck_ext2fs: inode.c
sbin/fsck_ffs : inode.c
sbin/umount : umount.c
usr.bin/ftp : fetch.c main.c small.c
Log message:
Eliminate some gcc warnings about 'unused variables', mostly by
adding appropriate #ifdef's around declarations.
ok millert@ (with a tweak I will commit separately)
