Fix the path to aac_ioctl.h in the comment and style includes.

MFC after:	1 week
This commit is contained in:
maxim 2005-11-06 15:47:06 +00:00
parent bf0e2510aa
commit 825ca06c57

View File

@ -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