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 o remove __P 2002-03-20 22:49:40 +00:00
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 Use the standardized CHAR_BIT constant instead of NBBY in userland. 2002-09-25 04:06:37 +00:00
restore.h Use the standardized CHAR_BIT constant instead of NBBY in userland. 2002-09-25 04:06:37 +00:00
symtab.c Use the standardized CHAR_BIT constant instead of NBBY in userland. 2002-09-25 04:06:37 +00:00
tape.c Use the standardized CHAR_BIT constant instead of NBBY in userland. 2002-09-25 04:06:37 +00:00
utilities.c Use the standardized CHAR_BIT constant instead of NBBY in userland. 2002-09-25 04:06:37 +00:00