__386BSD__ -> i386; this file might break for m68k because of ifdefs...

This commit is contained in:
cgd 1993-12-06 09:25:14 +00:00
parent aacc00e1f9
commit fc5ae3c87e

View File

@ -39,7 +39,7 @@ char copyright[] =
#ifndef lint #ifndef lint
/*static char sccsid[] = "from: @(#)iostat.c 5.9 (Berkeley) 6/27/91";*/ /*static char sccsid[] = "from: @(#)iostat.c 5.9 (Berkeley) 6/27/91";*/
static char rcsid[] = "$Id: iostat.c,v 1.3 1993/08/01 17:59:28 mycroft Exp $"; static char rcsid[] = "$Id: iostat.c,v 1.4 1993/12/06 09:25:14 cgd Exp $";
#endif /* not lint */ #endif /* not lint */
#include <sys/param.h> #include <sys/param.h>
@ -94,10 +94,10 @@ struct nlist nl[] = {
{ "_ubdinit" }, { "_ubdinit" },
#define X_UBDINIT (X_END+2) #define X_UBDINIT (X_END+2)
#endif #endif
#ifdef __386BSD__ #ifdef i386
#define X_ISA_BIO (X_END+1) #define X_ISA_BIO (X_END+1)
{ "_isa_subdev" }, { "_isa_subdev" },
#endif /* __386BSD__ */ #endif
{ NULL }, { NULL },
}; };