Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin stdlib.h, not malloc.h
details: https://anonhg.NetBSD.org/src/rev/44f33ce304b5
branches: trunk
changeset: 781195:44f33ce304b5
user: dholland <dholland%NetBSD.org@localhost>
date: Sun Aug 26 09:33:18 2012 +0000
description:
stdlib.h, not malloc.h
diffstat:
sbin/fsck_ext2fs/pass5.c | 6 +++---
sbin/fsck_ffs/pass5.c | 6 +++---
sbin/fsck_ffs/pass6.c | 4 ++--
sbin/fsck_ffs/quota2.c | 4 ++--
4 files changed, 10 insertions(+), 10 deletions(-)
diffs (90 lines):
diff -r 126847335ff2 -r 44f33ce304b5 sbin/fsck_ext2fs/pass5.c
--- a/sbin/fsck_ext2fs/pass5.c Sun Aug 26 02:32:14 2012 +0000
+++ b/sbin/fsck_ext2fs/pass5.c Sun Aug 26 09:33:18 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pass5.c,v 1.19 2011/08/06 16:42:41 dholland Exp $ */
+/* $NetBSD: pass5.c,v 1.20 2012/08/26 09:33:18 dholland Exp $ */
/*
* Copyright (c) 1980, 1986, 1993
@@ -58,7 +58,7 @@
#if 0
static char sccsid[] = "@(#)pass5.c 8.6 (Berkeley) 11/30/94";
#else
-__RCSID("$NetBSD: pass5.c,v 1.19 2011/08/06 16:42:41 dholland Exp $");
+__RCSID("$NetBSD: pass5.c,v 1.20 2012/08/26 09:33:18 dholland Exp $");
#endif
#endif /* not lint */
@@ -69,7 +69,7 @@
#include <ufs/ext2fs/ext2fs.h>
#include <inttypes.h>
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <stdio.h>
#include "fsutil.h"
diff -r 126847335ff2 -r 44f33ce304b5 sbin/fsck_ffs/pass5.c
--- a/sbin/fsck_ffs/pass5.c Sun Aug 26 02:32:14 2012 +0000
+++ b/sbin/fsck_ffs/pass5.c Sun Aug 26 09:33:18 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pass5.c,v 1.49 2011/08/14 12:32:01 christos Exp $ */
+/* $NetBSD: pass5.c,v 1.50 2012/08/26 09:33:42 dholland Exp $ */
/*
* Copyright (c) 1980, 1986, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)pass5.c 8.9 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: pass5.c,v 1.49 2011/08/14 12:32:01 christos Exp $");
+__RCSID("$NetBSD: pass5.c,v 1.50 2012/08/26 09:33:42 dholland Exp $");
#endif
#endif /* not lint */
@@ -48,7 +48,7 @@
#include <err.h>
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "fsutil.h"
#include "fsck.h"
diff -r 126847335ff2 -r 44f33ce304b5 sbin/fsck_ffs/pass6.c
--- a/sbin/fsck_ffs/pass6.c Sun Aug 26 02:32:14 2012 +0000
+++ b/sbin/fsck_ffs/pass6.c Sun Aug 26 09:33:18 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pass6.c,v 1.3 2011/06/07 14:56:12 bouyer Exp $ */
+/* $NetBSD: pass6.c,v 1.4 2012/08/26 09:34:17 dholland Exp $ */
/*-
* Copyright (c) 2010 Manuel Bouyer
* All rights reserved.
@@ -35,7 +35,7 @@
#include <err.h>
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <ufs/ufs/quota2.h>
#include "fsutil.h"
diff -r 126847335ff2 -r 44f33ce304b5 sbin/fsck_ffs/quota2.c
--- a/sbin/fsck_ffs/quota2.c Sun Aug 26 02:32:14 2012 +0000
+++ b/sbin/fsck_ffs/quota2.c Sun Aug 26 09:33:18 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: quota2.c,v 1.5 2012/03/20 18:50:31 matt Exp $ */
+/* $NetBSD: quota2.c,v 1.6 2012/08/26 09:34:42 dholland Exp $ */
/*-
* Copyright (c) 2010 Manuel Bouyer
* All rights reserved.
@@ -35,7 +35,7 @@
#include <err.h>
#include <string.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <ufs/ufs/quota2.h>
#include "fsutil.h"
Home |
Main Index |
Thread Index |
Old Index