diff options
Diffstat (limited to 'gdb/netbsd-nat.h')
-rw-r--r-- | gdb/netbsd-nat.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/netbsd-nat.h b/gdb/netbsd-nat.h index 4895b08..86cb0e6 100644 --- a/gdb/netbsd-nat.h +++ b/gdb/netbsd-nat.h @@ -1,6 +1,6 @@ /* Native-dependent code for NetBSD. - Copyright (C) 2006-2024 Free Software Foundation, Inc. + Copyright (C) 2006-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef NBSD_NAT_H -#define NBSD_NAT_H +#ifndef GDB_NETBSD_NAT_H +#define GDB_NETBSD_NAT_H #include "inf-ptrace.h" @@ -61,4 +61,4 @@ protected: void post_startup_inferior (ptid_t ptid) override; }; -#endif /* netbsd-nat.h */ +#endif /* GDB_NETBSD_NAT_H */ |