Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern mbinit() can now allocate memory. Update a comment...



details:   https://anonhg.NetBSD.org/src/rev/9aceeafb2c48
branches:  trunk
changeset: 467967:9aceeafb2c48
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Apr 01 00:23:25 1999 +0000

description:
mbinit() can now allocate memory.  Update a comment accordingly.

diffstat:

 sys/kern/uipc_mbuf.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 843e0b27fba0 -r 9aceeafb2c48 sys/kern/uipc_mbuf.c
--- a/sys/kern/uipc_mbuf.c      Thu Apr 01 00:22:45 1999 +0000
+++ b/sys/kern/uipc_mbuf.c      Thu Apr 01 00:23:25 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uipc_mbuf.c,v 1.39 1999/03/31 01:26:40 thorpej Exp $   */
+/*     $NetBSD: uipc_mbuf.c,v 1.40 1999/04/01 00:23:25 thorpej Exp $   */
 
 /*
  * Copyright (c) 1982, 1986, 1988, 1991, 1993
@@ -69,8 +69,7 @@
 void   mclpool_release __P((void *, unsigned long, int));
 
 /*
- * Initialize the mbuf allcator.  Note, this cannot allocate any
- * memory itself; we are called before mb_map has been allocated.
+ * Initialize the mbuf allcator.
  */
 void
 mbinit()



Home | Main Index | Thread Index | Old Index