X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/7afbcf2e6e3f2d548cedbde7424705989ea51241..06d6f04bc630070ced2537511e705a7dcbbf022c:/test/fakehttp.c diff --git a/test/fakehttp.c b/test/fakehttp.c index 82db9a1e..328af80d 100644 --- a/test/fakehttp.c +++ b/test/fakehttp.c @@ -1,5 +1,4 @@ -/* - * fakehttp - A fake HTTP server used by the nmh test suite +/* fakehttp - A fake HTTP server used by the nmh test suite * * This code is Copyright (c) 2014, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -15,7 +14,6 @@ #include #include -#define LINESIZE 1024 #define PIDFN "/tmp/fakehttp.pid" int serve(const char *, const char *);