mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use proper name.
This commit is contained in:
parent
6c272c0241
commit
014256a1e7
2 changed files with 8 additions and 6 deletions
8
gnu/usr.bin/binutils/gdb/fbsd-kgdb-amd64.h
Normal file
8
gnu/usr.bin/binutils/gdb/fbsd-kgdb-amd64.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/* $FreeBSD$ */
|
||||
|
||||
#ifndef FBSD_KGDB_AMD64_H
|
||||
#define FBSD_KGDB_AMD64_H
|
||||
|
||||
#include "fbsd-kgdb.h"
|
||||
|
||||
#endif /* FBSD_KGDB_AMD64_H */
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
/* $FreeBSD$ */
|
||||
|
||||
#ifndef FBSD_KGDB_X86_64_H
|
||||
#define FBSD_KGDB_X86_64_H
|
||||
|
||||
#endif /* FBSD_KGDB_X86_64_H */
|
||||
Loading…
Reference in a new issue