Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/rpc stdlib.h, not malloc.h
details: https://anonhg.NetBSD.org/src/rev/1153bf781a00
branches: trunk
changeset: 785895:1153bf781a00
user: dholland <dholland%NetBSD.org@localhost>
date: Fri Apr 05 03:17:38 2013 +0000
description:
stdlib.h, not malloc.h
diffstat:
lib/libc/rpc/rpc_generic.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 77523e4c01eb -r 1153bf781a00 lib/libc/rpc/rpc_generic.c
--- a/lib/libc/rpc/rpc_generic.c Fri Apr 05 03:14:45 2013 +0000
+++ b/lib/libc/rpc/rpc_generic.c Fri Apr 05 03:17:38 2013 +0000
@@ -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 @@
#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>
Home |
Main Index |
Thread Index |
Old Index