* bindresvport.c: Include string.h for memset prototype
authorEzra Peisach <epeisach@mit.edu>
Wed, 21 Jan 1998 20:07:36 +0000 (20:07 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 21 Jan 1998 20:07:36 +0000 (20:07 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10367 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/rpc/ChangeLog
src/lib/rpc/bindresvport.c

index 7800ccb9d014603843695ada5bfe7b2a5ae22875..8c200ef7000bf04acbcf8c8e2dfb8a5140be30b4 100644 (file)
@@ -1,3 +1,7 @@
+Wed Jan 21 15:06:00 1998  Ezra Peisach  <epeisach@mit.edu>
+
+       * bindresvport.c: Include string.h for memset prototype.
+
 Tue Dec 16 11:22:13 1997  Ezra Peisach  <epeisach@mit.edu>
 
        * svc_auth_gssapi.c (_svcauth_gssapi): When looping over services,
index 875aeefb64dea62a9533c620bc170fd2aa010675..8deb12499d56ff707396cd7d4114e14de23e31f7 100644 (file)
@@ -32,6 +32,7 @@ static  char sccsid[] = "@(#)bindresvport.c   2.2 88/07/29 4.0 RPCSRC 1.8 88/02/08
  * Copyright (c) 1987 by Sun Microsystems, Inc.
  */
 
+#include <string.h>
 #include <sys/types.h>
 #include <sys/errno.h>
 #include <sys/socket.h>