Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Commit

Permalink
Fixing compiling errors
Browse files Browse the repository at this point in the history
Irene
  • Loading branch information
vatton committed Sep 11, 2007
1 parent 2a59a85 commit d823ab7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/cpplib.c
Expand Up @@ -7438,8 +7438,10 @@ extern int sys_nerr;
#if defined(bsd4_4)
extern const char *const sys_errlist[];
#else
#ifndef sys_errlist
extern char *sys_errlist[];
#endif
#endif
#else /* HAVE_STRERROR */
char *strerror ();
#endif
Expand Down

0 comments on commit d823ab7

Please sign in to comment.