summaryrefslogtreecommitdiff
path: root/machdep.h
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2015-09-08 18:01:26 +0200
committerFrancois-Xavier Le Bail <fx.lebail@yahoo.com>2015-09-08 18:01:26 +0200
commit36c679753bc9b4d744477ae5fcdc2c75cdfc715f (patch)
treec7fe28d557fe53f7e20ed29e8ba9e693d759748a /machdep.h
parent612d417d9a194ae530b63e12c1fb9bd263077729 (diff)
downloadtcpdump-36c679753bc9b4d744477ae5fcdc2c75cdfc715f.tar.gz
Get rid of "tcpdump" in some libnetdissect codes
Diffstat (limited to 'machdep.h')
-rw-r--r--machdep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/machdep.h b/machdep.h
index d1c7d4b5..ba8ed389 100644
--- a/machdep.h
+++ b/machdep.h
@@ -18,8 +18,8 @@
* WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#ifndef tcpdump_machdep_h
-#define tcpdump_machdep_h
+#ifndef netdissect_machdep_h
+#define netdissect_machdep_h
int abort_on_misalignment(char *, size_t);
#endif