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/16096d6d4314
branches: trunk
changeset: 772409:16096d6d4314
user: dholland <dholland%NetBSD.org@localhost>
date: Mon Jan 02 21:29:29 2012 +0000
description:
stdlib.h, not malloc.h
diffstat:
lib/libc/rpc/svc_generic.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3e563f95a9cd -r 16096d6d4314 lib/libc/rpc/svc_generic.c
--- a/lib/libc/rpc/svc_generic.c Mon Jan 02 18:07:21 2012 +0000
+++ b/lib/libc/rpc/svc_generic.c Mon Jan 02 21:29:29 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: svc_generic.c,v 1.10 2008/04/25 17:44:44 christos Exp $ */
+/* $NetBSD: svc_generic.c,v 1.11 2012/01/02 21:29:29 dholland Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -40,7 +40,7 @@
#if 0
static char sccsid[] = "@(#)svc_generic.c 1.21 89/02/28 Copyr 1988 Sun Micro";
#else
-__RCSID("$NetBSD: svc_generic.c,v 1.10 2008/04/25 17:44:44 christos Exp $");
+__RCSID("$NetBSD: svc_generic.c,v 1.11 2012/01/02 21:29:29 dholland Exp $");
#endif
#endif
@@ -58,7 +58,7 @@
#include <rpc/nettype.h>
#include <stdio.h>
#include <errno.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <err.h>
Home |
Main Index |
Thread Index |
Old Index