summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2005-11-06 15:47:06 +0000
committermaxim <maxim@FreeBSD.org>2005-11-06 15:47:06 +0000
commit825ca06c57adb2fd1cf5853971003c76c269dea9 (patch)
treebf4da78bece71ff3d052d77928dfbad0ce0c6cf8 /tools
parentbf0e2510aa592d22cd3b87eefd70975e070b8495 (diff)
downloadFreeBSD-src-825ca06c57adb2fd1cf5853971003c76c269dea9.zip
FreeBSD-src-825ca06c57adb2fd1cf5853971003c76c269dea9.tar.gz
Fix the path to aac_ioctl.h in the comment and style includes.
MFC after: 1 week
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/aac/aac_checkq.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/tools/tools/aac/aac_checkq.c b/tools/tools/aac/aac_checkq.c
index c5aad12..5893e65 100644
--- a/tools/tools/aac/aac_checkq.c
+++ b/tools/tools/aac/aac_checkq.c
@@ -23,18 +23,20 @@
* SUCH DAMAGE.
*/
-#include <stdio.h>
-#include <errno.h>
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/types.h>
#include <sys/fcntl.h>
#include <sys/ioctl.h>
#include <sys/aac_ioctl.h>
-__FBSDID("$FreeBSD$");
+#include <errno.h>
+#include <stdio.h>
/*
* Simple program to print out the queue stats on the given queue index.
- * See /sys/dev/aac/aac_ioctl.h for the definitions of each queue index.
+ * See /sys/sys/aac_ioctl.h for the definitions of each queue index.
*/
void
OpenPOWER on IntegriCloud