Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / bsd / am-utils / dist / conf / trap / trap_aix3.h
blob07b84bc7e98c8584a9f624e19db3937f45308c28
1 /* $NetBSD$ */
3 /* $srcdir/conf/trap/trap_aix3.h */
4 extern int mount_aix3(char *fsname, char *dir, int flags, int type, void *data, char *mnt_opts);
5 #define MOUNT_TRAP(type, mnt, flags, mnt_data) mount_aix3(mnt->mnt_fsname, mnt->mnt_dir, flags, type, mnt_data, mnt->mnt_opts)
6 /* there is no other better place for this missing external definition */
7 extern int uvmount(int VirtualFileSystemID, int Flag);