mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
276 B
C
14 lines
276 B
C
$NetBSD: patch-src_debugger.c,v 1.1 2013/07/19 12:51:11 joerg Exp $
|
|
|
|
--- src/debugger.c.orig 2013-07-19 10:21:21.000000000 +0000
|
|
+++ src/debugger.c
|
|
@@ -1528,7 +1528,7 @@ struct se {
|
|
struct se *se_next;
|
|
};
|
|
|
|
-char *
|
|
+void
|
|
#ifdef __FunctionProto__
|
|
get_stack (void)
|
|
#else
|