--- ufsmount.h 2012-02-29 12:33:04.000000000 -0500 +++ /usr/include/ufs/ufs/ufsmount.h 2012-02-29 12:32:28.000000000 -0500 @@ -40,7 +40,7 @@ */ struct ufs_args { char *fspec; /* block special device to mount */ - struct oexport_args export_; /* network export information */ + struct oexport_args export; /* network export information */ }; #ifdef _KERNEL