From c179df4e9301ba09589aef60a038e259df70b5b9 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 23 May 2005 17:37:21 +0000 Subject: [BZ #961] 2005-05-22 Dmitry V. Levin [BZ #961] * io/sys/sendfile.h: Remove __nonnull from sendfile and sendfile64 declarations. --- sunrpc/pm_getmaps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sunrpc/pm_getmaps.c') 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; -- cgit 1.4.1