repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
external
/
bsd
/
am-utils
/
dist
/
conf
/
trap
/
trap_isc3.h
blob
7d5672a0521f532936dbc1c1ddf1b266ba2581bf
1
/* $NetBSD$ */
2
3
/* $srcdir/conf/trap/trap_isc3.h */
4
extern
int
mount_isc3
(
char
*
fsname
,
char
*
dir
,
int
flags
,
int
type
,
void
*
data
);
5
#define MOUNT_TRAP(type, mnt, flags, mnt_data) mount_isc3(mnt->mnt_fsname, mnt->mnt_dir, flags, type, mnt_data)