Index: stand/libsa/stand.h =================================================================== --- stand/libsa/stand.h +++ stand/libsa/stand.h @@ -142,7 +142,7 @@ #define DEV_NAMLEN 8 /* Length of name of device class */ struct devsw { const char dv_name[DEV_NAMLEN]; - int dv_type; /* opaque type constant, arch-dependant */ + int dv_type; /* opaque type constant */ #define DEVT_NONE 0 #define DEVT_DISK 1 #define DEVT_NET 2