diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-07-16 17:11:45 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-07-16 17:11:45 +0000 |
| commit | 94dfd13efec41eff56442b824279fb514874c3ba (patch) | |
| tree | ebcb6effee80595966f4cb45c650b8295491a1a9 /release/sysinstall/cdrom.c | |
| parent | d7058c27b97ce683b6ce4feb2e04a384416176b5 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/cdrom.c')
| -rw-r--r-- | release/sysinstall/cdrom.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/release/sysinstall/cdrom.c b/release/sysinstall/cdrom.c index ee56aeddeca6..c3a6d290df8e 100644 --- a/release/sysinstall/cdrom.c +++ b/release/sysinstall/cdrom.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: cdrom.c,v 1.19 1996/07/13 05:09:28 jkh Exp $ + * $Id: cdrom.c,v 1.20 1996/07/13 05:48:44 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -51,10 +51,6 @@ #include <sys/mount.h> #undef CD9660 -#define CD_UNMOUNTED 0 -#define CD_ALREADY_MOUNTED 1 -#define CD_WE_MOUNTED_IT 2 - /* * This isn't static, like the others, since it's often useful to know whether * or not we have a CDROM available in some of the other installation screens. |
