aboutsummaryrefslogtreecommitdiff
path: root/gdb/bsd-kvm.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/bsd-kvm.h')
-rw-r--r--gdb/bsd-kvm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/bsd-kvm.h b/gdb/bsd-kvm.h
index 1606eb3..6ddd154 100644
--- a/gdb/bsd-kvm.h
+++ b/gdb/bsd-kvm.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 BSD_KVM_H
-#define BSD_KVM_H
+#ifndef GDB_BSD_KVM_H
+#define GDB_BSD_KVM_H
struct pcb;
struct regcache;
@@ -30,4 +30,4 @@ struct regcache;
extern void
bsd_kvm_add_target (int (*supply_pcb)(struct regcache *, struct pcb *));
-#endif /* bsd-kvm.h */
+#endif /* GDB_BSD_KVM_H */