summaryrefslogtreecommitdiff
path: root/sunrpc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-02-09 18:08:15 +0000
committerRoland McGrath <roland@gnu.org>1994-02-09 18:08:15 +0000
commit6b63ffc31ec54287ad240cf77b6b619be4acb7a7 (patch)
tree8f15699cbf0e47d5a4bee02bedf7f2b06e94ba84 /sunrpc
parent35a5607bb50866c014daf678a8d228c20594dc1b (diff)
entered into RCS
Diffstat (limited to 'sunrpc')
-rw-r--r--sunrpc/rpc_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunrpc/rpc_util.h b/sunrpc/rpc_util.h
index f4525a0441..0dd188234a 100644
--- a/sunrpc/rpc_util.h
+++ b/sunrpc/rpc_util.h
@@ -38,7 +38,7 @@ extern char *malloc();
#define alloc(size) malloc((unsigned)(size))
#define ALLOC(object) (object *) malloc(sizeof(object))
-extern char *sprintf();
+/* extern char *sprintf(); --roland@gnu */
#define s_print (void) sprintf
#define f_print (void) fprintf