Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/atactl Don't need to include atavar.h



details:   https://anonhg.NetBSD.org/src/rev/9fc5a9e86175
branches:  trunk
changeset: 556927:9fc5a9e86175
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Dec 30 19:12:35 2003 +0000

description:
Don't need to include atavar.h

diffstat:

 sbin/atactl/atactl.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r b01de117f62b -r 9fc5a9e86175 sbin/atactl/atactl.c
--- a/sbin/atactl/atactl.c      Tue Dec 30 19:12:24 2003 +0000
+++ b/sbin/atactl/atactl.c      Tue Dec 30 19:12:35 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atactl.c,v 1.24 2003/12/20 20:03:20 lha Exp $  */
+/*     $NetBSD: atactl.c,v 1.25 2003/12/30 19:12:35 thorpej Exp $      */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: atactl.c,v 1.24 2003/12/20 20:03:20 lha Exp $");
+__RCSID("$NetBSD: atactl.c,v 1.25 2003/12/30 19:12:35 thorpej Exp $");
 #endif
 
 
@@ -58,7 +58,6 @@
 #include <util.h>
 
 #include <dev/ata/atareg.h>
-#include <dev/ata/atavar.h>
 #include <dev/ic/wdcreg.h>
 #include <sys/ataio.h>
 



Home | Main Index | Thread Index | Old Index