NetBSD/usr.sbin/mdsetimage
cgd dd84b718ce Re-fix the PR 3209. The right thing to do is cast to (long long) and
print with %qd.  'off_t' is _NOT_ 'long long' on all platforms, and gcc
complains with -Wformat %qd is used on an off_t on those platforms.
1997-02-11 22:40:25 +00:00
..
Makefile This program is now called `mdsetimage'. 1997-01-02 00:33:34 +00:00
exec_aout.c rdsetimage, a program to set kernel RAM disk images. 1996-10-04 00:18:55 +00:00
exec_ecoff.c rdsetimage, a program to set kernel RAM disk images. 1996-10-04 00:18:55 +00:00
exec_elf32.c rdsetimage, a program to set kernel RAM disk images. 1996-10-04 00:18:55 +00:00
exec_elf64.c rdsetimage, a program to set kernel RAM disk images. 1996-10-04 00:18:55 +00:00
extern.h rdsetimage, a program to set kernel RAM disk images. 1996-10-04 00:18:55 +00:00
mdsetimage.8 This program is now called `mdsetimage'. 1997-01-02 00:33:34 +00:00
mdsetimage.c Re-fix the PR 3209. The right thing to do is cast to (long long) and 1997-02-11 22:40:25 +00:00