From: short <> Date: Mon, 15 Apr 2002 11:01:20 +0000 (+0000) Subject: unstrip-downed Class 2 error messages table X-Git-Url: http://git.jankratochvil.net/?p=efax.git;a=commitdiff_plain;h=refs%2Fheads%2Fuc unstrip-downed Class 2 error messages table --- diff --git a/efax.c b/efax.c index 803722c..9a09c0c 100644 --- a/efax.c +++ b/efax.c @@ -251,7 +251,6 @@ static struct c2msgstruct int min, max ; char *msg ; } c2msg [] = { -#ifndef UCLINUX { 0, 9, "Call Placement and Termination:" }, { 0, 0, " Normal and proper end of connection" }, { 1, 1, " Ring Detect without successful handshake" }, @@ -311,7 +310,6 @@ static struct c2msgstruct { 102, 102, " COMREC invalid response received" }, { 103, 103, " Unable to continue after PIN or PIP" }, { 120, 255, "Reserved Codes" }, -#endif /* UCLINUX */ { -1, -1, "" } } ;