summaryrefslogtreecommitdiff
path: root/sys/dev/ata/wdvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ata/wdvar.h')
-rw-r--r--sys/dev/ata/wdvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ata/wdvar.h b/sys/dev/ata/wdvar.h
index 79457d98210..15cae9a3e37 100644
--- a/sys/dev/ata/wdvar.h
+++ b/sys/dev/ata/wdvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: wdvar.h,v 1.4 2002/03/14 01:26:52 millert Exp $ */
+/* $OpenBSD: wdvar.h,v 1.5 2002/03/14 03:16:04 millert Exp $ */
/* $NetBSD: wdvar.h,v 1.3 1998/11/11 19:38:27 bouyer Exp $ */
/*
@@ -51,7 +51,7 @@ struct ata_bio {
daddr_t nblks; /* number of block currently transfering */
int nbytes; /* number of bytes currently transfering */
long bcount; /* total number of bytes */
- char* databuf; /* data buffer adress */
+ char *databuf; /* data buffer adress */
volatile int error;
#define NOERROR 0 /* There was no error (r_error invalid) */
#define ERROR 1 /* check r_error */