summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-02-25 11:04:39 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-02-25 20:58:27 +0100
commit5ae22f41a8e2152c8618227a0cc45b9de61a0f70 (patch)
treebd2eceb94241bd769a28d0422adb0e073ea140a9 /Makefile.in
parent7780402e9f67ffe6b98274f16277c8db00d3a95f (diff)
downloadtcpdump-5ae22f41a8e2152c8618227a0cc45b9de61a0f70.tar.gz
Add a status exit code to the function ndo_error()
The status are defined in an enum in status-exit-codes.h. Moreover: Use ndo_error() instead of ndo_warning() for malloc() errors in print-esp.c.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 9f4f2f4e..67ee3281 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -293,6 +293,7 @@ HDR = \
signature.h \
slcompress.h \
smb.h \
+ status-exit-codes.h \
strtoaddr.h \
tcp.h \
timeval-operations.h \