[BACK]Return to stand.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / lib / libsa

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

Diff for /src/sys/lib/libsa/stand.h between version 1.69 and 1.70

version 1.69, 2009/03/19 10:20:54 version 1.70, 2010/12/24 23:12:28
Line 238  void gets(char *);
Line 238  void gets(char *);
 int     getfile(char *prompt, int mode);  int     getfile(char *prompt, int mode);
 char    *strerror(int);  char    *strerror(int);
 __dead void     exit(int);  __dead void     exit(int);
 __dead void     panic(const char *, ...);  __dead void     panic(const char *, ...)
       __attribute__((__format__(__printf__, 1, 2)));
 __dead void     _rtt(void);  __dead void     _rtt(void);
 void    *memcpy(void *, const void *, size_t);  void    *memcpy(void *, const void *, size_t);
 void    *memmove(void *, const void *, size_t);  void    *memmove(void *, const void *, size_t);

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70

CVSweb <webmaster@jp.NetBSD.org>