diff options
Diffstat (limited to 'sys/scsi/uk.c')
-rw-r--r-- | sys/scsi/uk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/uk.c b/sys/scsi/uk.c index 8975958..80daa12 100644 --- a/sys/scsi/uk.c +++ b/sys/scsi/uk.c @@ -2,7 +2,7 @@ * Driver for a device we can't identify. * by Julian Elischer (julian@tfs.com) * - * $Id$ + * $Id: uk.c,v 1.16 1997/02/22 09:44:41 peter Exp $ * * If you find that you are adding any code to this file look closely * at putting it in "scsi_driver.c" instead. @@ -17,7 +17,7 @@ #endif /*DEVFS*/ #include <scsi/scsi_all.h> #include <scsi/scsiconf.h> - +#include <scsi/scsi_driver.h> static d_open_t ukopen; static d_close_t ukclose; |