diff options
Diffstat (limited to 'gdb/nat/netbsd-nat.h')
-rw-r--r-- | gdb/nat/netbsd-nat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nat/netbsd-nat.h b/gdb/nat/netbsd-nat.h index cc529cf..1ffd705 100644 --- a/gdb/nat/netbsd-nat.h +++ b/gdb/nat/netbsd-nat.h @@ -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 NAT_NETBSD_NAT_H -#define NAT_NETBSD_NAT_H +#ifndef GDB_NAT_NETBSD_NAT_H +#define GDB_NAT_NETBSD_NAT_H #include "gdbsupport/function-view.h" @@ -91,4 +91,4 @@ extern int read_memory (pid_t pid, unsigned char *readbuf, CORE_ADDR offset, size_t len, size_t *xfered_len); } -#endif +#endif /* GDB_NAT_NETBSD_NAT_H */ |