X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fconfig%2Fnm-nto.h;h=2d43ffaae4b0ec7f7d15e3cfe060a6f4c68a892d;hb=2365f8d70c50afbfd6be69a4076ea6e78fb5485d;hp=3ef78c6b9f496c9f9b222b97abb8312825712177;hpb=238ae9afbe3cc9327ea31dff4f4facc6b79cfa24;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/config/nm-nto.h b/gdb/config/nm-nto.h index 3ef78c6b9f..2d43ffaae4 100644 --- a/gdb/config/nm-nto.h +++ b/gdb/config/nm-nto.h @@ -1,6 +1,6 @@ /* Native support for QNX Neutrino version 6. - Copyright 2003,2006 Free Software Foundation, Inc. + Copyright (C) 2003-2019 Free Software Foundation, Inc. This code was donated by QNX Software Systems Ltd. @@ -8,7 +8,7 @@ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -17,15 +17,13 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + along with this program. If not, see . */ -#ifndef NM_NTO_H -#define NM_NTO_H +#ifndef CONFIG_NM_NTO_H +#define CONFIG_NM_NTO_H /* Setup the valid realtime signal range. */ #define REALTIME_LO 41 #define REALTIME_HI 56 -#endif /* NM_NTO_H */ +#endif /* CONFIG_NM_NTO_H */