diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-09-10 08:32:01 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-09-10 08:32:01 +0000 |
| commit | f313170d3c95b55eba72119af2c229a0e77a50a6 (patch) | |
| tree | 8b4d4d6687e6d3c4d98e0925a737caec878fa862 /sys/dev | |
| parent | b0a76b8898653cdebc8efd9482693edb87568761 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/joy/joy.c | 3 | ||||
| -rw-r--r-- | sys/dev/lnc/if_lncvar.h | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c index 350d7846d840..5f6ca2ebfa6b 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 c6fd165f9e54..843f5a569b20 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 |
