Module Name:    src
Committed By:   dholland
Date:           Fri Apr  5 03:17:38 UTC 2013

Modified Files:
        src/lib/libc/rpc: rpc_generic.c

Log Message:
stdlib.h, not malloc.h


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/lib/libc/rpc/rpc_generic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/rpc/rpc_generic.c
diff -u src/lib/libc/rpc/rpc_generic.c:1.28 src/lib/libc/rpc/rpc_generic.c:1.29
--- src/lib/libc/rpc/rpc_generic.c:1.28	Mon Mar 11 20:19:29 2013
+++ src/lib/libc/rpc/rpc_generic.c	Fri Apr  5 03:17:38 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: rpc_generic.c,v 1.28 2013/03/11 20:19:29 tron Exp $	*/
+/*	$NetBSD: rpc_generic.c,v 1.29 2013/04/05 03:17:38 dholland Exp $	*/
 
 /*
  * Copyright (c) 2010, Oracle America, Inc.
@@ -43,7 +43,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: rpc_generic.c,v 1.28 2013/03/11 20:19:29 tron Exp $");
+__RCSID("$NetBSD: rpc_generic.c,v 1.29 2013/04/05 03:17:38 dholland Exp $");
 #endif
 
 #include "namespace.h"
@@ -62,7 +62,7 @@ __RCSID("$NetBSD: rpc_generic.c,v 1.28 2
 #include <stdio.h>
 #include <netdb.h>
 #include <netconfig.h>
-#include <malloc.h>
+#include <stdlib.h>
 #include <string.h>
 #include <syslog.h>
 #include <rpc/nettype.h>

Reply via email to