update Sat Sep 12 12:37:01 PDT 2009
[pkgsrc.git] / wip / c-news / patches / patch-af
1 $NetBSD$
2
3 --- relay/fileart.c.orig        Fri Apr 28 02:51:36 1995
4 +++ relay/fileart.c
5 @@ -287,7 +287,7 @@
6         if (art->a_artf == NULL) {
7                 nnfree(&art->a_tmpf);
8                 art->a_tmpf = strsave(SPOOLTMP);
9 -               (void) mktemp(art->a_tmpf);
10 +               (void) mkstemp(art->a_tmpf);
11                 art->a_unlink = YES;
12                 art->a_artf = fopenwclex(art->a_tmpf, "w+");
13                 if (art->a_artf == NULL)