summaryrefslogtreecommitdiff
path: root/libc/inet/getservice.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-12-28 07:41:24 +0000
committerEric Andersen <andersen@codepoet.org>2003-12-28 07:41:24 +0000
commitd984dbc675b5d8e66db2372fd3e8ea1bd7e653dc (patch)
treeec2f72b9560ec7b247c976f42234a32b5169485f /libc/inet/getservice.c
parent3bc61e64309c37e3743315be6b00ea4c21ea4e68 (diff)
Fix whitespace
Diffstat (limited to 'libc/inet/getservice.c')
-rw-r--r--libc/inet/getservice.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/libc/inet/getservice.c b/libc/inet/getservice.c
index efa5d214d..ee408dfab 100644
--- a/libc/inet/getservice.c
+++ b/libc/inet/getservice.c
@@ -12,7 +12,7 @@
** but WITHOUT ANY WARRANTY; without even the implied warranty of
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
** Library General Public License for more details.
-**
+**
** You should have received a copy of the GNU Library General Public
** License along with the NYS Library; see the file COPYING.LIB. If
** not, write to the Free Software Foundation, Inc., 675 Mass Ave,
@@ -210,8 +210,8 @@ again:
return 0;
}
-int getservbyname_r(const char *name, const char *proto,
- struct servent * result_buf, char * buf, size_t buflen,
+int getservbyname_r(const char *name, const char *proto,
+ struct servent * result_buf, char * buf, size_t buflen,
struct servent ** result)
{
register char **cp;
@@ -236,8 +236,8 @@ gotname:
return *result?0:ret;
}
-int getservbyport_r(int port, const char *proto,
- struct servent * result_buf, char * buf,
+int getservbyport_r(int port, const char *proto,
+ struct servent * result_buf, char * buf,
size_t buflen, struct servent ** result)
{
int ret;