diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-03-02 07:31:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-03-02 07:31:58 +0000 |
| commit | e07e86d04649be8fc9a537c0ab3e511635ec4cd8 (patch) | |
| tree | be0a959e707248fd0c14448975fefdb7ebc40040 /usr.sbin/sysinstall/dos.c | |
| parent | 6380fb9d12309d3e86d600864d355a1292eaaf71 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/dos.c')
| -rw-r--r-- | usr.sbin/sysinstall/dos.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/dos.c b/usr.sbin/sysinstall/dos.c index 6e5f65db3e62..7c4b9b123bce 100644 --- a/usr.sbin/sysinstall/dos.c +++ b/usr.sbin/sysinstall/dos.c @@ -4,7 +4,7 @@ * This is probably the last attempt in the `sysinstall' line, the next * generation being slated to essentially a complete rewrite. * - * $Id: dos.c,v 1.7 1995/09/18 16:52:26 peter Exp $ + * $Id: dos.c,v 1.8 1995/12/07 10:33:45 peter Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -86,7 +86,7 @@ mediaInitDOS(Device *dev) } int -mediaGetDOS(Device *dev, char *file, Boolean tentative) +mediaGetDOS(Device *dev, char *file, Boolean probe) { char buf[PATH_MAX]; |
