We now need ufs/ufs/dinode.h for ufs/ffs/fs.h

XXX:  All this work for BBSIZE and SBSIZE.  Sigh.

Add missing $NetBSD$ Header to file
This commit is contained in:
wdk 2002-01-10 06:56:18 +00:00
parent 8a2ab2e5f8
commit c09d9a0d03
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,5 @@
/* $NetBSD: disksubr.c,v 1.5 2002/01/10 06:56:18 wdk Exp $ */
/*
* Copyright (c) 2001 Christopher Sekiya
* Copyright (c) 2001 Wayne Knowles
@ -37,7 +39,8 @@
#include <sys/buf.h>
#include <sys/disklabel.h>
#include <sys/disk.h>
#include <ufs/ffs/fs.h>
#include <ufs/ufs/dinode.h>
#include <ufs/ffs/fs.h>
#include <machine/disklabel.h>