[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Groff] Re: mkstemp
From: |
Werner LEMBERG |
Subject: |
[Groff] Re: mkstemp |
Date: |
Sat, 11 Aug 2001 13:28:20 +0200 (CEST) |
> /xxx/gnu/groff-1.17.3/src/libs/libgroff/tmpfile.cc: In function `FILE*
> xtmpfile(char**, const char*, const char*, int)':
> /xxx/gnu/groff-1.17.3/src/libs/libgroff/tmpfile.cc:159: `mkstemp' undeclared
This should be fixed now. I forgot to add a declaration -- groff's
mkstemp() implementation is written in C++.
> Besides this, I know there are problems with the declaration of
> strcasecmp. Ultrix doesn't provide a declaration for strcasecmp.
> It also doesn't provide one for strncasecmp.
A declaration test for strncasecmp() was already there; I've just
added similar code for strcasecmp().
Thanks for the report.
Werner