]> git.marmaro.de Git - mmh/blobdiff - sbr/seq_read.c
Remove check for not used networking libraries in configure.ac
[mmh] / sbr / seq_read.c
index bfecaf0184dd5bd557d07b57142bb2c2ecf03d54..ff01c427a94f3cd4a5e41a39e1ab26e6a69f53ca 100644 (file)
@@ -7,6 +7,7 @@
 ** complete copyright information.
 */
 
+#include <sysexits.h>
 #include <h/mh.h>
 #include <h/utils.h>
 
@@ -97,7 +98,7 @@ seq_public(struct msgs *mp)
 
                case BODY:
                case BODYEOF:
-                       adios(NULL, "no blank lines are permitted in %s",
+                       adios(EX_CONFIG, NULL, "no blank lines are permitted in %s",
                                        seqfile);
                        /* fall */
 
@@ -105,7 +106,7 @@ seq_public(struct msgs *mp)
                        break;
 
                default:
-                       adios(NULL, "%s is poorly formatted", seqfile);
+                       adios(EX_CONFIG, NULL, "%s is poorly formatted", seqfile);
                }
                break;  /* break from for loop */
        }