X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/9d046ee0503d4c8cbfcb200c88986de876f6cae7..b27cfa512597cf1af8fc318c28d24a69a17b60de:/status-exit-codes.h diff --git a/status-exit-codes.h b/status-exit-codes.h index 34d9d16b..1fc35026 100644 --- a/status-exit-codes.h +++ b/status-exit-codes.h @@ -22,7 +22,6 @@ typedef enum { S_SUCCESS = 0, /* not a libnetdissect status */ S_ERR_HOST_PROGRAM = 1, /* not a libnetdissect status */ - S_ERR_ND_NO_PRINTER = 11, S_ERR_ND_MEM_ALLOC = 12, S_ERR_ND_OPEN_FILE = 13, S_ERR_ND_WRITE_FILE = 14,