As above.
Oh I also put in a couple of compile-time warnings for the crypt stuff.
This commit is contained in:
parent
1c6a107f27
commit
a6e0327fbb
@ -64,8 +64,6 @@ _none_sgetrune(string, n, result)
|
||||
size_t n;
|
||||
char const **result;
|
||||
{
|
||||
int c;
|
||||
|
||||
if (n < 1) {
|
||||
if (result)
|
||||
*result = string;
|
||||
|
@ -9,7 +9,6 @@ _Read_RuneMagi(fp)
|
||||
FILE *fp;
|
||||
{
|
||||
char *data;
|
||||
void *np;
|
||||
void *lastp;
|
||||
_RuneLocale *rl;
|
||||
_RuneEntry *rr;
|
||||
|
@ -198,4 +198,6 @@ loadlocale(category)
|
||||
case LC_NUMERIC:
|
||||
return (NULL);
|
||||
}
|
||||
/* Just in case...*/
|
||||
return (NULL);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user