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/9ff6221110c8
branches:  trunk
changeset: 818506:9ff6221110c8
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 2a82df2e6e15 -r 9ff6221110c8 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 2a82df2e6e15 -r 9ff6221110c8 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