aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2007-12-05 16:50:48 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2007-12-05 16:50:48 +0000
commit66a621602db809158015d14e167be2ddae17f947 (patch)
treeaf839327926d8492ecd20c0a5b5aaf5f42e75c34 /usr.sbin
parentf6ab204a3015079eba2fa1ae0c3def765d463c4d (diff)
downloadsrc-66a621602db809158015d14e167be2ddae17f947.tar.gz
src-66a621602db809158015d14e167be2ddae17f947.zip
Teach Amd how to unmount.
Notes
Notes: svn path=/head/; revision=174311
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/amd/include/aux_conf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/amd/include/aux_conf.h b/usr.sbin/amd/include/aux_conf.h
index 11e0b15280f5..1529ba34b9e5 100644
--- a/usr.sbin/amd/include/aux_conf.h
+++ b/usr.sbin/amd/include/aux_conf.h
@@ -29,6 +29,8 @@
*/
#define UNMOUNT_TRAP(mnt) unmount(mnt->mnt_dir)
/* End of replaced UNMOUNT_TRAP macro definition */
+/* umount(8) executable path, for type:=program */
+#define UNMOUNT_PROGRAM "/sbin/umount"
/*
* The next line is a literal inclusion of a file which includes a
@@ -53,6 +55,7 @@
(dst)->addr = (struct sockaddr *) (src); \
(dst)->addrlen = sizeof(*src); \
}
+#define NFS_ARGS_T_ADDR_IS_POINTER 1
/* End of included NFS_SA_DREF macro definition file */
/*