summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-10-15 19:22:46 +0000
committerbde <bde@FreeBSD.org>1996-10-15 19:22:46 +0000
commitb49ecb9108950eef22ee506e4960f32897cd0d64 (patch)
treed201d181c60681271d700f07089d52b9ae202b65 /sys/i386
parent901db635de07cb72ef8cd5a40920e3d30b797d3e (diff)
downloadFreeBSD-src-b49ecb9108950eef22ee506e4960f32897cd0d64.zip
FreeBSD-src-b49ecb9108950eef22ee506e4960f32897cd0d64.tar.gz
Updated #includes to 4.4lite style.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/isa/aic6360.c4
-rw-r--r--sys/i386/isa/sound/local.h4
-rw-r--r--sys/i386/isa/ultra14f.c4
-rw-r--r--sys/i386/linux/linux.h5
4 files changed, 9 insertions, 8 deletions
diff --git a/sys/i386/isa/aic6360.c b/sys/i386/isa/aic6360.c
index d4dbb4a..d9de4a6 100644
--- a/sys/i386/isa/aic6360.c
+++ b/sys/i386/isa/aic6360.c
@@ -31,7 +31,7 @@
*/
/*
- * $Id: aic6360.c,v 1.21 1996/05/02 10:43:08 phk Exp $
+ * $Id: aic6360.c,v 1.22 1996/09/06 23:07:07 phk Exp $
*
* Acknowledgements: Many of the algorithms used in this driver are
* inspired by the work of Julian Elischer (julian@tfs.com) and
@@ -109,7 +109,7 @@
#endif
#include "opt_ddb.h"
-#include <aic.h>
+#include "aic.h"
#include <sys/types.h>
#include <sys/param.h>
diff --git a/sys/i386/isa/sound/local.h b/sys/i386/isa/sound/local.h
index 4cf2b46..e80b780 100644
--- a/sys/i386/isa/sound/local.h
+++ b/sys/i386/isa/sound/local.h
@@ -57,7 +57,7 @@
# define GUSMAX_MIXER
#endif
-#include <sb.h>
+#include "sb.h"
#if NSB == 0 && !defined(EXCLUDE_SB)
#define EXCLUDE_SB
#endif
@@ -72,7 +72,7 @@
#define EXCLUDE_SB16MIDI
#endif
-#include <pas.h>
+#include "pas.h"
#if NPAS == 0 && !defined(EXCLUDE_PAS)
#define EXCLUDE_PAS
#endif
diff --git a/sys/i386/isa/ultra14f.c b/sys/i386/isa/ultra14f.c
index 0ac8277..8882f39 100644
--- a/sys/i386/isa/ultra14f.c
+++ b/sys/i386/isa/ultra14f.c
@@ -22,13 +22,13 @@
* today: Fri Jun 2 17:21:03 EST 1994
* added 24F support ++sg
*
- * $Id: ultra14f.c,v 1.47 1996/05/22 00:04:06 dima Exp $
+ * $Id: ultra14f.c,v 1.48 1996/09/06 23:08:11 phk Exp $
*/
#include <sys/types.h>
#ifdef KERNEL /* don't laugh.. this compiles to a program too.. look */
-#include <uha.h>
+#include "uha.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h
index 8372f4a..20175ea 100644
--- a/sys/i386/linux/linux.h
+++ b/sys/i386/linux/linux.h
@@ -25,12 +25,13 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: linux.h,v 1.7 1996/03/10 08:42:47 sos Exp $
+ * $Id: linux.h,v 1.8 1996/03/10 22:30:52 peter Exp $
*/
#ifndef _I386_LINUX_LINUX_H_
#define _I386_LINUX_LINUX_H_
-#include "i386/linux/linux_syscall.h"
+
+#include <i386/linux/linux_syscall.h>
typedef unsigned short linux_uid_t;
typedef unsigned short linux_gid_t;
OpenPOWER on IntegriCloud