Don't use .Xo/.Xc. Fix date format.
[netbsd-mini2440.git] / external / bsd / am-utils / dist / conf / trap / trap_stellix.h
blobdad1a90911e4b044f03f488bdb8547eaeee52cbe
1 /* $NetBSD$ */
3 /* $srcdir/conf/trap/trap_stellix.h */
4 extern int mount_stellix(char *fsname, char *dir, int flags, int type, void *data);
5 #define MOUNT_TRAP(type, mnt, flags, mnt_data) mount_stellix(mnt->mnt_fsname, mnt->mnt_dir, flags, type, mnt_data)