1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

I think the divorce successed, so stop #including <geom/geom_disk.h>

This commit is contained in:
Poul-Henning Kamp 2003-04-01 18:55:04 +00:00
parent 3165d2ea56
commit 812de2ed5c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=112950

View File

@ -21,8 +21,7 @@
#include <sys/conf.h> /* XXX: temporary to avoid breakage */
#endif
#include <geom/geom_disk.h>
struct disk;
struct disk *disk_enumerate(struct disk *disk);
void disk_err(struct bio *bp, const char *what, int blkdone, int nl);