diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1998-09-05 00:58:37 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-09-05 00:58:37 +0000 |
| commit | 72c53665f2dfe4f0f8f4abaf35e9f30663174f5b (patch) | |
| tree | 3b2281f2e2a79f98fddce4c44e6f6fc16f10c58a /usr.sbin/amd/include | |
| parent | 512a3bb59bef108a1fe7ec9701c16f8634c06f20 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/amd/include')
| -rw-r--r-- | usr.sbin/amd/include/aux_conf.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/amd/include/aux_conf.h b/usr.sbin/amd/include/aux_conf.h index 99f326ff1282c..802b7a4a0c3f1 100644 --- a/usr.sbin/amd/include/aux_conf.h +++ b/usr.sbin/amd/include/aux_conf.h @@ -14,12 +14,11 @@ * in $srcdir/aux/macros. */ -/* $srcdir/conf/trap/trap_freebsd3.h */ +/* $srcdir/conf/trap/trap_default.h */ #ifdef COMMENT_GET_DIRECTLY_FROM_FILE -extern int mount_freebsd3(MTYPE_TYPE type, const char *dir, int flags, voidp data); -#define MOUNT_TRAP(type, mnt, flags, mnt_data) mount_freebsd3(type, mnt->mnt_dir, flags, mnt_data) +#define MOUNT_TRAP(type, mnt, flags, mnt_data) mount(type, mnt->mnt_dir, flags, mnt_data) #endif /* COMMENT_GET_DIRECTLY_FROM_FILE */ -#include "conf/trap/trap_freebsd3.h" +#include "conf/trap/trap_default.h" /* End of included MOUNT_TRAP macro definition file */ |
