diff options
author | hjl <hjl> | 2000-06-01 00:57:09 +0000 |
---|---|---|
committer | hjl <hjl> | 2000-06-01 00:57:09 +0000 |
commit | 70a0e44cc77a7d8fc78c5514889bcd5d4fde3599 (patch) | |
tree | b00d1063e2c1228d84d74c0aac0c82b7157b4963 /configure.in | |
parent | 62393e334ac95e4cd61d959a4a2e675cf32f58a7 (diff) | |
download | nfs-utils-70a0e44cc77a7d8fc78c5514889bcd5d4fde3599.tar.gz nfs-utils-70a0e44cc77a7d8fc78c5514889bcd5d4fde3599.tar.xz nfs-utils-70a0e44cc77a7d8fc78c5514889bcd5d4fde3599.zip |
2000-05-31 H.J. Lu <hjl@lucon.org>
* configure.in (VERSION): Set to "0.1.7.5".
* configure: Regenerated.
* nfs-utils.spec: Updated.
* support/include/nfslib.h (exportent): Add a new field,
r_count, to count the number of mounts from a client.
(getrmtabent): Take a new argument for position in file.
(putrmtabent): Likewise.
(fgetrmtabent): Likewise.
(fputrmtabent): Likewise.
* support/nfs/rmtab.c (getrmtabent): Handle the new argument
for position in file.
(fgetrmtabent): Likewise.
(putrmtabent): Likewise.
(fputrmtabent): Likewise.
* support/nfs/rmtab.c (fgetrmtabent): Get value for the new
field, r_count.
* support/export/rmtab.c (rmtab_read): Pass NULL as the new
argument to getrmtabent (), fgetrmtabent (), putrmtabent ()
and fputrmtabent ().
* utils/mountd/rmtab.c (mountlist_add): Likewise.
(mountlist_del): Likewise.
(mountlist_del_all): Likewise.
(mountlist_list): Likewise.
* utils/mountd/rmtab.c (mountlist_add): Increment "r_count"
for the existing entry and initialize "r_count" to 1.
(mountlist_del): Decrement "r_count".
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 637f2c5..0a5e4eb 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ AC_INIT(rules.mk) AC_PREFIX_DEFAULT(/usr) # The nfs-utils version -VERSION="0.1.7.4" +VERSION="0.1.7.5" AC_SUBST(VERSION) dnl ************************************************************* |