1a0708ed1d
warn() output. -Try to rename an existing "/boot" before writing a new one. This allows to restore the old boot if an error occurs later.
8 lines
198 B
C
8 lines
198 B
C
ino_t createfileondev __P((char *, char *, char *, int));
|
|
void cleanupfileondev __P((char *, char *, int));
|
|
|
|
char *getmountpoint __P((char *));
|
|
void cleanupmount __P((char *));
|
|
|
|
extern int verbose;
|