diff options
author | guy <guy> | 2004-12-19 19:48:37 +0000 |
---|---|---|
committer | guy <guy> | 2004-12-19 19:48:37 +0000 |
commit | 7848712ee7388648e112d06bcd277254dc20d03f (patch) | |
tree | 8cb6b28ca5aa10d59ee477fe61a5d63417fead8f /pcap-namedb.h | |
parent | 0865b78db945f2a3d396c72f74e8512c94b2d4b3 (diff) |
From Gisle Vanem: fix the include-only-once #define's name.
Diffstat (limited to 'pcap-namedb.h')
-rw-r--r-- | pcap-namedb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcap-namedb.h b/pcap-namedb.h index fd8642fd..8ecd9e1f 100644 --- a/pcap-namedb.h +++ b/pcap-namedb.h @@ -30,11 +30,11 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#) $Header: /tcpdump/master/libpcap/pcap-namedb.h,v 1.8 2000-07-29 07:36:43 guy Exp $ (LBL) + * @(#) $Header: /tcpdump/master/libpcap/pcap-namedb.h,v 1.9 2004-12-19 19:48:37 guy Exp $ (LBL) */ -#ifndef lib_pcap_ethers_h -#define lib_pcap_ethers_h +#ifndef lib_pcap_namedb_h +#define lib_pcap_namedb_h #ifdef __cplusplus extern "C" { |