svn commit: r251114 - head/sys/modules/ata/atacbus
Marius Strobl
marius at FreeBSD.org
Wed May 29 23:56:50 UTC 2013
Author: marius
Date: Wed May 29 23:56:49 2013
New Revision: 251114
URL: http://svnweb.freebsd.org/changeset/base/251114
Log:
Fix a typo in r249213; the second bus_if.h should have been isa_if.h.
Modified:
head/sys/modules/ata/atacbus/Makefile
Modified: head/sys/modules/ata/atacbus/Makefile
==============================================================================
--- head/sys/modules/ata/atacbus/Makefile Wed May 29 22:30:29 2013 (r251113)
+++ head/sys/modules/ata/atacbus/Makefile Wed May 29 23:56:49 2013 (r251114)
@@ -4,6 +4,6 @@
KMOD= atacbus
SRCS= ata-cbus.c
-SRCS+= ata_if.h isa_if.h bus_if.h device_if.h bus_if.h
+SRCS+= ata_if.h bus_if.h device_if.h isa_if.h
.include <bsd.kmod.mk>
More information about the svn-src-all
mailing list