Removed declarations of recently deleted variables and cleaned up
#includes.
This commit is contained in:
parent
7c18793b17
commit
1d7af3ef48
@ -24,21 +24,21 @@
|
||||
* the rights to redistribute these changes.
|
||||
*
|
||||
* from: Mach, Revision 2.2 92/04/04 11:35:03 rpd
|
||||
* $Id: boot.h,v 1.11 1995/06/25 14:02:52 joerg Exp $
|
||||
* $Id: boot.h,v 1.12 1996/09/10 21:18:38 phk Exp $
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/time.h>
|
||||
#include <ufs/ufs/quota.h>
|
||||
|
||||
#include <ufs/ffs/fs.h>
|
||||
#include <ufs/ufs/quota.h>
|
||||
#include <ufs/ufs/inode.h>
|
||||
|
||||
extern char *devs[], *iodest;
|
||||
extern char *name, dflname[];
|
||||
extern char *devs[];
|
||||
extern char *name;
|
||||
extern struct fs *fs;
|
||||
extern struct inode inode;
|
||||
extern int dosdev, unit, slice, part, maj, boff, poff, bnum, cnt;
|
||||
extern int dosdev, unit, slice, part, maj, boff, poff;
|
||||
extern unsigned long tw_chars;
|
||||
extern int loadflags;
|
||||
extern struct disklabel disklabel;
|
||||
|
Loading…
Reference in New Issue
Block a user