Source-Changes-HG archive

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

[src/netbsd-1-5]: src/libexec/ld.aout_so Pull up revision 1.7 (requested by i...



details:   https://anonhg.NetBSD.org/src/rev/8710838bb4f2
branches:  netbsd-1-5
changeset: 491230:8710838bb4f2
user:      he <he%NetBSD.org@localhost>
date:      Fri Apr 06 09:39:23 2001 +0000

description:
Pull up revision 1.7 (requested by itohy):
  Several changes to consolidate with main trunk:
   o A few minor fixes.

diffstat:

 libexec/ld.aout_so/malloc.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 51b41388027f -r 8710838bb4f2 libexec/ld.aout_so/malloc.c
--- a/libexec/ld.aout_so/malloc.c       Fri Apr 06 09:36:33 2001 +0000
+++ b/libexec/ld.aout_so/malloc.c       Fri Apr 06 09:39:23 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: malloc.c,v 1.6 1999/06/17 21:11:42 thorpej Exp $       */
+/*     $NetBSD: malloc.c,v 1.6.8.1 2001/04/06 09:39:23 he Exp $        */
 
 /*
  * Copyright (c) 1983 Regents of the University of California.
@@ -38,7 +38,7 @@
 #if 0
 static char *sccsid = "from: @(#)malloc.c      5.11 (Berkeley) 2/23/91";
 #else
-__RCSID("$NetBSD: malloc.c,v 1.6 1999/06/17 21:11:42 thorpej Exp $");
+__RCSID("$NetBSD: malloc.c,v 1.6.8.1 2001/04/06 09:39:23 he Exp $");
 #endif
 #endif /* LIBC_SCCS and not lint */
 
@@ -138,7 +138,8 @@
 #if defined(DEBUG) || defined(RCHECK)
 #define        ASSERT(p)   if (!(p)) botch("p")
 #include <stdio.h>
-static
+static void botch __P((char *));
+static void
 botch(s)
        char *s;
 {



Home | Main Index | Thread Index | Old Index