more carefully include libkern and libsa headers
This commit is contained in:
parent
904a2dc374
commit
653e0e50fe
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: conf.c,v 1.2 1996/10/02 21:18:45 cgd Exp $ */
|
||||
/* $NetBSD: conf.c,v 1.3 1997/01/16 01:21:36 cgd Exp $ */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#include "stand.h"
|
||||
#include "nfs.h"
|
||||
#include <lib/libsa/stand.h>
|
||||
#include <lib/libsa/nfs.h>
|
||||
#include "dev_net.h"
|
||||
|
||||
struct fs_ops file_system[] = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: dev_net.c,v 1.1 1996/09/18 20:03:07 cgd Exp $ */
|
||||
/* $NetBSD: dev_net.c,v 1.2 1997/01/16 01:21:37 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Gordon W. Ross
|
||||
|
@ -56,10 +56,10 @@
|
|||
#include <netinet/if_ether.h>
|
||||
#include <netinet/in_systm.h>
|
||||
|
||||
#include "stand.h"
|
||||
#include "net.h"
|
||||
#include "netif.h"
|
||||
#include "bootparam.h"
|
||||
#include <lib/libsa/stand.h>
|
||||
#include <lib/libsa/net.h>
|
||||
#include <lib/libsa/netif.h>
|
||||
#include <lib/libsa/bootparam.h>
|
||||
#include "dev_net.h"
|
||||
|
||||
extern int debug;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: devopen.c,v 1.1 1996/09/18 20:03:09 cgd Exp $ */
|
||||
/* $NetBSD: devopen.c,v 1.2 1997/01/16 01:21:38 cgd Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1992, 1993
|
||||
|
@ -38,7 +38,7 @@
|
|||
* @(#)devopen.c 8.1 (Berkeley) 6/10/93
|
||||
*/
|
||||
|
||||
#include <stand.h>
|
||||
#include <lib/libsa/stand.h>
|
||||
|
||||
/*
|
||||
* Decode the string 'fname', open the device and return the remaining
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_prom.c,v 1.4 1996/10/02 21:18:49 cgd Exp $ */
|
||||
/* $NetBSD: if_prom.c,v 1.5 1997/01/16 01:21:39 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1993 Adam Glass
|
||||
|
@ -37,9 +37,9 @@
|
|||
#include <netinet/in.h>
|
||||
#include <netinet/in_systm.h>
|
||||
|
||||
#include "netif.h"
|
||||
#include <lib/libsa/netif.h>
|
||||
#include "include/prom.h"
|
||||
#include "lib/libkern/libkern.h"
|
||||
#include <lib/libkern/libkern.h>
|
||||
|
||||
int prom_probe();
|
||||
int prom_match();
|
||||
|
|
Loading…
Reference in New Issue