diff options
| author | chip <chip> | 2001-01-21 04:26:06 +0000 |
|---|---|---|
| committer | chip <chip> | 2001-01-21 04:26:06 +0000 |
| commit | b5cb3f2f03186c514af01b835296da084ae286d9 (patch) | |
| tree | 558d45efd7cfa1ffcffc6797fde6bb139116d086 /debian | |
| parent | 2da8f89b798fc5d811fc4b252ca8ad7461d07fbd (diff) | |
2001-01-20 Chip Salzenberg <chip@valinux.com>
* support/include/xio.h (xgetc): Declare to return int.
* support/nfs/xio.c (xgetc): Return int.
(xgettok, xskip, xskipcomment): Use int for value of xgetc.
* utils/statd/statd.c (main): Use int for value of getopt.
* debian/changelog: Version 0.2.1-5.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 05a4ace..1a528b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +nfs-utils (1:0.2.1-5) unstable; urgency=low + + * Fix statd callback protection ("--secure-statd") to + 1. work with current kernels as far as possible, and + 2. allow for Trond's recent NFS patches, which change the + static callback RPC procedure. + * Store return values of getc and getopt in int variables: + they can return EOF, which requires an int. (From NMU) + + -- Chip Salzenberg <chip@debian.org> Sat, 20 Jan 2001 20:03:07 -0800 + nfs-utils (1:0.2.1-4) unstable; urgency=medium * Warn about common errors in /etc/exports. (closes: #66421) |
