move <sys/systm.h> before <sys/buf.h>

This commit is contained in:
Peter Wemm 1999-07-01 22:12:39 +00:00
parent be30a0cc53
commit 919d1ea275
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $Id: msdosfs_lookup.c,v 1.27 1998/12/07 21:58:35 archie Exp $ */
/* $Id: msdosfs_lookup.c,v 1.28 1999/01/02 18:52:13 dt Exp $ */
/* $NetBSD: msdosfs_lookup.c,v 1.37 1997/11/17 15:36:54 ws Exp $ */
/*-
@ -49,11 +49,11 @@
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/namei.h>
#include <sys/buf.h>
#include <sys/vnode.h>
#include <sys/mount.h>
#include <sys/systm.h>
#include <msdosfs/bpb.h>
#include <msdosfs/direntry.h>

View File

@ -1,4 +1,4 @@
/* $Id: msdosfs_lookup.c,v 1.27 1998/12/07 21:58:35 archie Exp $ */
/* $Id: msdosfs_lookup.c,v 1.28 1999/01/02 18:52:13 dt Exp $ */
/* $NetBSD: msdosfs_lookup.c,v 1.37 1997/11/17 15:36:54 ws Exp $ */
/*-
@ -49,11 +49,11 @@
*/
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/namei.h>
#include <sys/buf.h>
#include <sys/vnode.h>
#include <sys/mount.h>
#include <sys/systm.h>
#include <msdosfs/bpb.h>
#include <msdosfs/direntry.h>