Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/gnu/fs/ext2fs/ext2_mount.h 96596 2002-05-14 17:14:01Z iedowse $
---
> * $FreeBSD: head/sys/gnu/fs/ext2fs/ext2_mount.h 97255 2002-05-24 17:38:01Z mux $
40,47d39
< /*
< * Arguments to mount ext2fs filesystems
< */
< struct ext2_args {
< char *fspec; /* block special device to mount */
< struct export_args export; /* network export information */
< };
<