Update include paths for new header locations.
Submitted by: iwasaki
This commit is contained in:
parent
96f5284585
commit
e434fd9b90
@ -1,5 +1,5 @@
|
||||
# $Id: Makefile.inc,v 1.1 2000/07/14 18:16:22 iwasaki Exp $
|
||||
# $FreeBSD$
|
||||
|
||||
CFLAGS+= -Wall -static
|
||||
CFLAGS+= -Wall -static -I${.CURDIR}/../../../sys
|
||||
BINDIR?= /usr/sbin
|
||||
|
@ -28,13 +28,16 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/acpi.h>
|
||||
|
||||
#include <err.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <dev/acpi/acpiio.h>
|
||||
#include <dev/acpi/acpireg.h>
|
||||
|
||||
#define ACPIDEV "/dev/acpi"
|
||||
|
||||
static int
|
||||
|
@ -30,7 +30,6 @@
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/acpi.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <err.h>
|
||||
@ -38,6 +37,8 @@
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <dev/acpi/acpireg.h>
|
||||
|
||||
#include "acpidump.h"
|
||||
|
||||
static void
|
||||
|
@ -32,7 +32,6 @@
|
||||
#include <sys/mman.h>
|
||||
#include <sys/queue.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/acpi.h>
|
||||
|
||||
#include <err.h>
|
||||
#include <fcntl.h>
|
||||
@ -40,6 +39,8 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <dev/acpi/acpireg.h>
|
||||
|
||||
#include "acpidump.h"
|
||||
|
||||
static int acpi_mem_fd = -1;
|
||||
|
@ -28,13 +28,14 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/acpi.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <err.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <dev/acpi/acpireg.h>
|
||||
|
||||
#include "acpidump.h"
|
||||
|
||||
static void
|
||||
|
@ -29,12 +29,13 @@
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/acpi.h>
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <dev/acpi/acpireg.h>
|
||||
|
||||
#include "acpidump.h"
|
||||
|
||||
char *aml_dumpfile = NULL;
|
||||
|
@ -29,12 +29,13 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/acpi.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <err.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <dev/acpi/acpireg.h>
|
||||
|
||||
#include "acpidump.h"
|
||||
|
||||
static u_int32_t
|
||||
|
@ -29,7 +29,6 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/acpi.h>
|
||||
|
||||
#include <dev/acpi/aml/aml_name.h>
|
||||
#include <dev/acpi/aml/aml_amlmem.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user