X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/d5ca317dbdd246205f88b62fea2e765341bc9706..ccf930c72c87592c2362b1efde5dc23a0d3078a8:/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,