Module Name:    src
Committed By:   jakllsch
Date:           Fri Jan 22 01:22:01 UTC 2010

Modified Files:
        src/sys/dev/ata: atareg.h

Log Message:
Correct an error in previous commit.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/ata/atareg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ata/atareg.h
diff -u src/sys/dev/ata/atareg.h:1.36 src/sys/dev/ata/atareg.h:1.37
--- src/sys/dev/ata/atareg.h:1.36	Thu Jan 21 23:26:58 2010
+++ src/sys/dev/ata/atareg.h	Fri Jan 22 01:22:00 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: atareg.h,v 1.36 2010/01/21 23:26:58 jakllsch Exp $	*/
+/*	$NetBSD: atareg.h,v 1.37 2010/01/22 01:22:00 jakllsch Exp $	*/
 
 /*
  * Copyright (c) 1998, 2001 Manuel Bouyer.
@@ -501,7 +501,7 @@
 } __packed;
 
 struct ata_smart_thresholds {
-	uint16_		data_structure_revision;
+	uint16_t	data_structure_revision;
 	struct ata_smart_thresh	thresholds[30];
 	uint8_t		reserved[18];
 	uint8_t		vendor_specific[131];

Reply via email to