Tweak include ordering so sys/systm.h is before sys/buf.h to keep buf.h's

inlines happy.
This commit is contained in:
Peter Wemm 1999-06-28 09:12:46 +00:00
parent 7675d60dff
commit 75f83872e2
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
* (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_sysvec.c,v 1.46 1999/04/19 14:14:14 peter Exp $
* $Id: linux_sysvec.c,v 1.47 1999/04/28 01:04:20 luoqi Exp $
*/
/* XXX we use functions that might not exist. */
@ -36,9 +36,9 @@
#endif
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/proc.h>
#include <sys/systm.h>
#include <sys/sysent.h>
#include <sys/imgact.h>
#include <sys/imgact_aout.h>

View File

@ -25,7 +25,7 @@
* (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_sysvec.c,v 1.46 1999/04/19 14:14:14 peter Exp $
* $Id: linux_sysvec.c,v 1.47 1999/04/28 01:04:20 luoqi Exp $
*/
/* XXX we use functions that might not exist. */
@ -36,9 +36,9 @@
#endif
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/buf.h>
#include <sys/proc.h>
#include <sys/systm.h>
#include <sys/sysent.h>
#include <sys/imgact.h>
#include <sys/imgact_aout.h>