summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.umntall/mounttab.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/rpc.umntall/mounttab.h')
-rw-r--r--usr.sbin/rpc.umntall/mounttab.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/rpc.umntall/mounttab.h b/usr.sbin/rpc.umntall/mounttab.h
index acf6c79..9999b03 100644
--- a/usr.sbin/rpc.umntall/mounttab.h
+++ b/usr.sbin/rpc.umntall/mounttab.h
@@ -26,14 +26,14 @@
* $FreeBSD$
*/
-#define STRSIZ (RPCMNT_NAMELEN+RPCMNT_PATHLEN+100)
+#define STRSIZ (MNTNAMLEN+MNTPATHLEN+100)
#define PATH_MOUNTTAB "/var/db/mounttab"
/* Structure for /var/db/mounttab */
struct mtablist {
time_t mtab_time;
- char mtab_host[RPCMNT_NAMELEN];
- char mtab_dirp[RPCMNT_PATHLEN];
+ char mtab_host[MNTNAMLEN];
+ char mtab_dirp[MNTPATHLEN];
struct mtablist *mtab_next;
};
OpenPOWER on IntegriCloud