From 832763d93cc27c9ab87a90645f95cd1fea88fd05 Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 15 Apr 2002 11:01:20 +0000 Subject: [PATCH] unstrip-downed Class 2 error messages table --- efax.c | 2 -- 1 file changed, 2 deletions(-) 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, "" } } ; -- 1.8.3.1