summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-03-04 20:57:12 +0000
committerphk <phk@FreeBSD.org>1995-03-04 20:57:12 +0000
commita09fe2d23732f9ec6f4b73851ce89fae4346eb2d (patch)
tree645f8a2fe0352ad40a020cdb5251bbd30fee0948 /include/stdio.h
parent1b956f6d79b24af79d6e313c35fe0ff18a4e87bb (diff)
downloadFreeBSD-src-a09fe2d23732f9ec6f4b73851ce89fae4346eb2d.zip
FreeBSD-src-a09fe2d23732f9ec6f4b73851ce89fae4346eb2d.tar.gz
make sys_nerr __const.
Reviewed by: phk Submitted by: ollivier
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 98b6431..8cb07e3 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -240,7 +240,7 @@ int getc __P((FILE *));
int getchar __P((void));
char *gets __P((char *));
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
-extern int sys_nerr; /* perror(3) external variables */
+extern __const int sys_nerr; /* perror(3) external variables */
extern __const char *__const sys_errlist[];
#endif
void perror __P((const char *));
OpenPOWER on IntegriCloud