Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/lfs Fix typo in 'malloc' for non-MALLOCLOG case
details: https://anonhg.NetBSD.org/src/rev/da7a61a09273
branches: trunk
changeset: 499989:da7a61a09273
user: perseant <perseant%NetBSD.org@localhost>
date: Sun Dec 03 06:43:36 2000 +0000
description:
Fix typo in 'malloc' for non-MALLOCLOG case
diffstat:
sys/ufs/lfs/lfs_bio.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 37543205af8c -r da7a61a09273 sys/ufs/lfs/lfs_bio.c
--- a/sys/ufs/lfs/lfs_bio.c Sun Dec 03 06:04:50 2000 +0000
+++ b/sys/ufs/lfs/lfs_bio.c Sun Dec 03 06:43:36 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lfs_bio.c,v 1.34 2000/12/03 05:56:27 perseant Exp $ */
+/* $NetBSD: lfs_bio.c,v 1.35 2000/12/03 06:43:36 perseant Exp $ */
/*-
* Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -492,7 +492,7 @@
char *file;
int line;
#else
-# define DOMALLOC(S, T, F) _malloc((S), (T), (F))
+# define DOMALLOC(S, T, F) malloc((S), (T), (F))
struct buf *
lfs_newbuf(vp, daddr, size)
struct vnode *vp;
Home |
Main Index |
Thread Index |
Old Index