]> The Tcpdump Group git mirrors - tcpdump/commitdiff
status exit codes: Remove a no more used enum value
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 7 Nov 2023 10:36:09 +0000 (11:36 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 7 Nov 2023 13:23:17 +0000 (14:23 +0100)
The old enum value was S_ERR_ND_NO_PRINTER.
This is a follow-up to 25687e1a312a3bb63a6e8d7f0af0210a615e24a8
"Print packets for unsupported link-layer protocols in hexadecimal/ASCII".

(cherry picked from commit 87c90012f079200b7d49979164e8e9ed89d93d9d)

[skip ci]

status-exit-codes.h

index 34d9d16b3c6824938e527b868ce24c5f10f2b5ce..1fc350265d9b2d5889983e56f3c186824b0a817c 100644 (file)
@@ -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,