freebsd-dev/sbin/restore
Peter Wemm 30d38f7b0d Fix gcc warnings. If NAME_MAX is 255, and d_namlen is a uint8_t, then
d_namlen can never be > NAME_MAX.  Stop gcc worrying about this by
using a preprocessor test to see if NAME_MAX changes.
2003-10-26 04:43:02 +00:00
..
dirs.c Fix gcc warnings. If NAME_MAX is 255, and d_namlen is a uint8_t, then 2003-10-26 04:43:02 +00:00
extern.h
interactive.c Localize 'ls' output 2003-08-06 08:46:21 +00:00
main.c Localize 'ls' output 2003-08-06 08:46:21 +00:00
Makefile Removed all vestiges of KerberosIV. 2003-05-01 21:18:36 +00:00
restore.8 Add section number to .Xr 2003-06-08 12:51:28 +00:00
restore.c
restore.h
symtab.c
tape.c
utilities.c