summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-06-16 10:23:18 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-06-16 10:23:18 +0000
commit2e0f656a249424dac2245971ac28096ec191dd69 (patch)
tree5a0eea74c0276771d429c4f4dfbb376e299bbd78
parent79a7091d845d9c4cf008c7567a4e79387a29d52a (diff)
i386
-rw-r--r--usr.sbin/bad144/bad144.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bad144/bad144.c b/usr.sbin/bad144/bad144.c
index 3a95447e7ff..8dc85009cc5 100644
--- a/usr.sbin/bad144/bad144.c
+++ b/usr.sbin/bad144/bad144.c
@@ -39,7 +39,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)bad144.c 8.1 (Berkeley) 6/6/93";*/
-static char *rcsid = "$Id: bad144.c,v 1.4 1998/07/13 02:11:45 millert Exp $";
+static char *rcsid = "$Id: bad144.c,v 1.5 1999/06/16 10:23:17 espie Exp $";
#endif not lint
/*
@@ -105,7 +105,7 @@ main(argc, argv)
(*argv)++;
while (**argv) {
switch (**argv) {
-#if vax
+#if __vax__
case 'f':
fflag++;
break;
@@ -181,7 +181,7 @@ usage:
dp->d_secsize);
exit(7);
}
-#ifdef i386
+#ifdef __i386__
if (dp->d_type == DTYPE_SCSI) {
fprintf(stderr, "SCSI disks don't use bad144!\n");
exit(1);