diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-04-28 17:26:32 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-04-28 17:26:32 +0000 |
| commit | 298ca8e363f3304c88298f1adfcbe6aa42fcce57 (patch) | |
| tree | b5eb9f2de71c923d19e0c1513acdca5616e91f5f /sys/scsi | |
| parent | 07aff0ee337e0d5c5f8192dc08294aa7ad1d3c5e (diff) | |
Notes
Diffstat (limited to 'sys/scsi')
| -rw-r--r-- | sys/scsi/sd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c index ef54597e1af7..3adb9ab0036c 100644 --- a/sys/scsi/sd.c +++ b/sys/scsi/sd.c @@ -1,4 +1,4 @@ -z/* +/* * Written by Julian Elischer (julian@dialix.oz.au) * for TRW Financial Systems for use under the MACH(2.5) operating system. * @@ -14,7 +14,7 @@ z/* * * Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992 * - * $Id: sd.c,v 1.95.2.6 1998/03/06 23:07:07 julian Exp $ + * $Id: sd.c,v 1.95.2.7 1998/04/27 11:39:05 des Exp $ */ #include "opt_bounce.h" |
