patch against 2.1.78-pre3: HFS, Minix, sound, and SMP warnings and, compilation errors

a sun (asun@zoology.washington.edu)
Tue, 6 Jan 1998 11:02:51 -0800 (PST)


/usr/sys/linux/include/linux/hfs_fs.h: In function `hfs_drop_special':
In file included from filesystems.c:28:
/usr/sys/linux/include/linux/hfs_fs.h:345: dereferencing pointer to
incomplete type
/usr/sys/linux/include/linux/hfs_fs.h:345: dereferencing pointer to
incomplete type

erk. that's what i get for not realizing that hfs_fs.h can get
referenced without including hfs.h. in any case, you can move all of
those inline hfs_drop_*'s into hfs.h instead, and it should fix your
problem.

-a