summaryrefslogtreecommitdiff
path: root/sunrpc
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-05-23 17:37:21 +0000
committerUlrich Drepper <drepper@redhat.com>2005-05-23 17:37:21 +0000
commitc179df4e9301ba09589aef60a038e259df70b5b9 (patch)
tree245814951fbffe0e37fc4a8b62955318423bbcaf /sunrpc
parentceef26a28a2a22ef010ac57f501cc3f0a4271cff (diff)
[BZ #961]
2005-05-22 Dmitry V. Levin <ldv@altlinux.org> [BZ #961] * io/sys/sendfile.h: Remove __nonnull from sendfile and sendfile64 declarations.
Diffstat (limited to 'sunrpc')
-rw-r--r--sunrpc/pm_getmaps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/pm_getmaps.c b/sunrpc/pm_getmaps.c
index 6e304a3372..2a6876d9d8 100644
--- a/sunrpc/pm_getmaps.c
+++ b/sunrpc/pm_getmaps.c
@@ -67,7 +67,7 @@ pmap_getmaps (struct sockaddr_in *address)
minutetimeout.tv_usec = 0;
address->sin_port = htons (PMAPPORT);
- /* Don't need a reserver port to get ports from the portmapper */
+ /* Don't need a reserved port to get ports from the portmapper. */
int socket = __get_socket (address);
if (socket != -1)
closeit = true;