Module Name: src
Committed By: mrg
Date: Sun Oct 16 05:12:20 UTC 2016
Modified Files:
src/external/gpl3/gdb.old/dist/gdb: ppcnbsd-nat.c
src/external/gpl3/gdb/dist/gdb: ppcnbsd-nat.c
Log Message:
define _KMEMUSER so that necessary things become visible always.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gdb.old/dist/gdb/ppcnbsd-nat.c
cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gdb/dist/gdb/ppcnbsd-nat.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gdb.old/dist/gdb/ppcnbsd-nat.c
diff -u src/external/gpl3/gdb.old/dist/gdb/ppcnbsd-nat.c:1.5 src/external/gpl3/gdb.old/dist/gdb/ppcnbsd-nat.c:1.6
--- src/external/gpl3/gdb.old/dist/gdb/ppcnbsd-nat.c:1.5 Wed Oct 12 15:36:09 2016
+++ src/external/gpl3/gdb.old/dist/gdb/ppcnbsd-nat.c Sun Oct 16 05:12:20 2016
@@ -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>
Index: src/external/gpl3/gdb/dist/gdb/ppcnbsd-nat.c
diff -u src/external/gpl3/gdb/dist/gdb/ppcnbsd-nat.c:1.10 src/external/gpl3/gdb/dist/gdb/ppcnbsd-nat.c:1.11
--- src/external/gpl3/gdb/dist/gdb/ppcnbsd-nat.c:1.10 Wed Oct 12 20:20:33 2016
+++ src/external/gpl3/gdb/dist/gdb/ppcnbsd-nat.c Sun Oct 16 05:12:20 2016
@@ -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>