fda6698809
"$Id: blah$" => "Id: blah" (as well as for $Header:$) for all files "$NetBSD: $" added to the top of all .c and .h files
5 lines
273 B
C
5 lines
273 B
C
/* $NetBSD: trap_ultrix.h,v 1.1.1.1 2000/06/07 00:52:21 dogcow Exp $ */
|
|
/* $srcdir/conf/trap/trap_ultrix.h */
|
|
/* arg 3 to mount(2) is rwflag */
|
|
#define MOUNT_TRAP(type, mnt, flags, mnt_data) mount(mnt->mnt_fsname, mnt->mnt_dir, flags & MNT2_GEN_OPT_RONLY, type, mnt_data)
|