summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-09-10 08:32:01 +0000
committerbde <bde@FreeBSD.org>1996-09-10 08:32:01 +0000
commit25556c3b939b3fbbe349eb8dda57f5749ec814a1 (patch)
tree8b4d4d6687e6d3c4d98e0925a737caec878fa862 /sys/dev
parente311f5393d87db9cb9afed5cfea2e6c9c8a39676 (diff)
downloadFreeBSD-src-25556c3b939b3fbbe349eb8dda57f5749ec814a1.zip
FreeBSD-src-25556c3b939b3fbbe349eb8dda57f5749ec814a1.tar.gz
Updated #includes to 4.4Lite style.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/joy/joy.c3
-rw-r--r--sys/dev/lnc/if_lncvar.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c
index 350d784..5f6ca2e 100644
--- a/sys/dev/joy/joy.c
+++ b/sys/dev/joy/joy.c
@@ -30,8 +30,7 @@
#if NJOY > 0
-#include <errno.h>
-
+#include <sys/errno.h>
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/conf.h>
diff --git a/sys/dev/lnc/if_lncvar.h b/sys/dev/lnc/if_lncvar.h
index c6fd165..843f5a5 100644
--- a/sys/dev/lnc/if_lncvar.h
+++ b/sys/dev/lnc/if_lncvar.h
@@ -8,7 +8,7 @@
*
*/
-#include "ic/Am7990.h"
+#include <i386/isa/ic/Am7990.h>
/*
* Initialize multicast address hashing registers to accept
OpenPOWER on IntegriCloud