Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3 define _KMEMUSER so that necessary things beco...
details: https://anonhg.NetBSD.org/src/rev/27733b395aec
branches: trunk
changeset: 348364:27733b395aec
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Oct 16 05:12:20 2016 +0000
description:
define _KMEMUSER so that necessary things become visible always.
diffstat:
external/gpl3/gdb.old/dist/gdb/ppcnbsd-nat.c | 1 +
external/gpl3/gdb/dist/gdb/ppcnbsd-nat.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diffs (22 lines):
diff -r a36537166ecb -r 27733b395aec external/gpl3/gdb.old/dist/gdb/ppcnbsd-nat.c
--- a/external/gpl3/gdb.old/dist/gdb/ppcnbsd-nat.c Sun Oct 16 05:11:34 2016 +0000
+++ b/external/gpl3/gdb.old/dist/gdb/ppcnbsd-nat.c Sun Oct 16 05:12:20 2016 +0000
@@ -19,6 +19,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#define _KMEMUSER
#include "defs.h"
#include <sys/types.h>
diff -r a36537166ecb -r 27733b395aec external/gpl3/gdb/dist/gdb/ppcnbsd-nat.c
--- a/external/gpl3/gdb/dist/gdb/ppcnbsd-nat.c Sun Oct 16 05:11:34 2016 +0000
+++ b/external/gpl3/gdb/dist/gdb/ppcnbsd-nat.c Sun Oct 16 05:12:20 2016 +0000
@@ -19,6 +19,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+#define _KMEMUSER
#include "defs.h"
#include <sys/types.h>
Home |
Main Index |
Thread Index |
Old Index