X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fm_draft.c;h=e47918693c1b334afa67036d57cccb683a8107fe;hp=b0168e2ec43ab3532cdaefca1c7b568c1ffc308a;hb=5dd6771b28c257af405d7248639ed0e3bcdce38b;hpb=08aa8c17c3241bb5c6a997ed2e01e25a4d0089ce diff --git a/sbr/m_draft.c b/sbr/m_draft.c index b0168e2..e479186 100644 --- a/sbr/m_draft.c +++ b/sbr/m_draft.c @@ -2,14 +2,13 @@ /* * m_draft.c -- construct the name of a draft message * - * $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 @@ -18,7 +17,6 @@ m_draft (char *folder, char *msg, int use, int *isdf) { register char *cp; register struct msgs *mp; - struct stat st; static char buffer[BUFSIZ]; if (*isdf == -1 || folder == NULL || *folder == '\0') {