]> git.ipfire.org Git - thirdparty/util-linux.git/blob - mkminix-0.1/mkminix.diff
Imported from util-linux-2.9i tarball.
[thirdparty/util-linux.git] / mkminix-0.1 / mkminix.diff
1 48a49,51
2 > * 09.29.98 - Modified to compile under DJGPP (minus mount-checking, etc.).
3 > * (wjblack@yahoo.com)
4 > *
5 69a73,78
6 >
7 > /* DJGPP's IOCTL interface should probably not be trusted here. It's not
8 > needed, anyway. Nor does DJGPP have any clue about mounted filesystems.
9 > Oh, did I mention that the directory status, etc, doesn't match that of
10 > the Minix FS? */
11 > #ifndef __DJGPP__
12 74a84,91
13 > #endif
14 >
15 > /* For those defs that DJGPP doesn't have (or has wrong) */
16 > #ifdef __DJGPP__
17 > #include "mkmin-dj.h"
18 > #endif
19 >
20 > /* DJGPP requires that you stick a linux/minix_fs.h somewhere appropriate */
21 172a190
22 > #ifndef __DJGPP__
23 173a192,194
24 > #else
25 > #define usage() fatal_error("Usage: %s [-c | -l filename] [-nXX] [-iXX] imagefile [blocks]\n",16)
26 > #endif
27 175a197
28 > #ifndef __DJGPP__
29 196a219
30 > #endif /* __DJGPP__ */
31 238a262
32 > #ifndef __DJGPP__
33 242a267
34 > #endif
35 613a639
36 > #ifndef __DJGPP__
37 614a641
38 > #endif
39 694a722
40 > #ifndef __DJGPP__
41 695a724
42 > #endif
43 707a737
44 > #ifndef __DJGPP__
45 713a744
46 > #endif