[BACK]Return to stdio.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/include/stdio.h between version 1.8 and 1.9

version 1.8, 1993/12/01 23:59:29 version 1.9, 1993/12/02 04:45:32
Line 218  int  getchar __P((void));
Line 218  int  getchar __P((void));
 char    *gets __P((char *));  char    *gets __P((char *));
 #if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)  #if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
 extern int sys_nerr;                    /* perror(3) external variables */  extern int sys_nerr;                    /* perror(3) external variables */
 extern char *sys_errlist[];  extern const char *const sys_errlist[];
 #endif  #endif
 void     perror __P((const char *));  void     perror __P((const char *));
 int      printf __P((const char *, ...));  int      printf __P((const char *, ...));

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb <webmaster@jp.NetBSD.org>