[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.4.1 and 1.70

version 1.69.4.1, 2011/03/05 20:55:29 version 1.70, 2010/12/24 23:12:28
Line 285  ssize_t oread(int, void *, size_t);
Line 285  ssize_t oread(int, void *, size_t);
 off_t   olseek(int, off_t, int);  off_t   olseek(int, off_t, int);
 #endif  #endif
   
   extern const char HEXDIGITS[];
 extern const char hexdigits[];  extern const char hexdigits[];
   
 /* XXX: These should be removed eventually. */  /* XXX: These should be removed eventually. */

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

CVSweb <webmaster@jp.NetBSD.org>