X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fdistsbr.c;h=1b5f5e13c014f3469d0572801080c222bc682323;hp=be2716bea0d4412835985499ff6310be263b9d49;hb=d8916ff5d389de5ab225cd6f40aeda1b285d0f28;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/uip/distsbr.c b/uip/distsbr.c index be2716b..1b5f5e1 100644 --- a/uip/distsbr.c +++ b/uip/distsbr.c @@ -3,10 +3,15 @@ * distsbr.c -- routines to do additional "dist-style" processing * * $Id$ + * + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ #include #include +#include static int hdrfd = NOTOK; static int txtfd = NOTOK; @@ -25,7 +30,8 @@ int distout (char *drft, char *msgnam, char *backup) { int state; - register char *dp, *resent; + register unsigned char *dp; + register char *resent; char name[NAMESZ], buffer[BUFSIZ]; register FILE *ifp, *ofp;