From a24504ade282e4f7e2dec379368a2fd41680f388 Mon Sep 17 00:00:00 2001 From: neilbrown Date: Mon, 22 Nov 1999 23:17:27 +0000 Subject: changed parseopts to not modify the "char *cp" argument. It was replacing commas with nuls so that parseopts could not be called twice with the same string. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index afe22cf..7b4c10f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Nov 23 10:13:39 1999 Neil Brown + + * support/nfs/exports.c (parseopts): make copy of opt string before + 'nul'ing out commas so that + exportfs -o option1,option2 hosta:/fs hostb:/fs + applies both options to both exports + Thu Oct 28 12:55:42 1999 H.J. Lu * README: Fix a few typos. -- cgit