Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/bin/sh Pullup 1.11 [hubertf]:
details: https://anonhg.NetBSD.org/src/rev/e2cb9d6b8919
branches: netbsd-1-5
changeset: 490108:e2cb9d6b8919
user: tv <tv%NetBSD.org@localhost>
date: Fri Nov 03 02:36:06 2000 +0000
description:
Pullup 1.11 [hubertf]:
Fixes PR 11283.
diffstat:
bin/sh/memalloc.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 17db0aedf78f -r e2cb9d6b8919 bin/sh/memalloc.h
--- a/bin/sh/memalloc.h Fri Nov 03 02:35:57 2000 +0000
+++ b/bin/sh/memalloc.h Fri Nov 03 02:36:06 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: memalloc.h,v 1.10 1995/05/11 21:29:31 christos Exp $ */
+/* $NetBSD: memalloc.h,v 1.10.16.1 2000/11/03 02:36:06 tv Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -42,6 +42,7 @@
struct stack_block *stackp;
char *stacknxt;
int stacknleft;
+ struct stackmark *marknext;
};
Home |
Main Index |
Thread Index |
Old Index