aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-bsd-nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/i386-bsd-nat.h')
-rw-r--r--gdb/i386-bsd-nat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/i386-bsd-nat.h b/gdb/i386-bsd-nat.h
index a05eb90..54061ab 100644
--- a/gdb/i386-bsd-nat.h
+++ b/gdb/i386-bsd-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 I386_BSD_NAT_H
-#define I386_BSD_NAT_H
+#ifndef GDB_I386_BSD_NAT_H
+#define GDB_I386_BSD_NAT_H
#include "x86-bsd-nat.h"
@@ -41,4 +41,4 @@ public:
{ i386bsd_store_inferior_registers (regcache, regnum); }
};
-#endif /* i386-bsd-nat.h */
+#endif /* GDB_I386_BSD_NAT_H */