From cc7096403214782a59b6c8243cd7570b015e0075 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 18 Apr 2024 09:28:29 -0600 Subject: Run check-include-guards.py This patch is the result of running check-include-guards.py on the current tree. Running it a second time causes no changes. Reviewed-By: Tom de Vries --- gdb/netbsd-tdep.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gdb/netbsd-tdep.h') diff --git a/gdb/netbsd-tdep.h b/gdb/netbsd-tdep.h index 3a9d527..2e2993e 100644 --- a/gdb/netbsd-tdep.h +++ b/gdb/netbsd-tdep.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef NBSD_TDEP_H -#define NBSD_TDEP_H +#ifndef GDB_NETBSD_TDEP_H +#define GDB_NETBSD_TDEP_H int nbsd_pc_in_sigtramp (CORE_ADDR, const char *); @@ -44,4 +44,4 @@ extern void nbsd_info_proc_mappings_entry (int addr_bit, ULONGEST kve_start, int kve_flags, int kve_protection, const char *kve_path); -#endif /* NBSD_TDEP_H */ +#endif /* GDB_NETBSD_TDEP_H */ -- cgit v1.1