[BACK]Return to uname.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / gen

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

Diff for /src/lib/libc/gen/uname.c between version 1.10 and 1.11

version 1.10, 2007/01/15 22:26:35 version 1.11, 2012/03/20 16:36:05
Line 51  __weak_alias(uname,_uname)
Line 51  __weak_alias(uname,_uname)
 #endif  #endif
   
 int  int
 uname(name)  uname(struct utsname *name)
         struct utsname *name;  
 {  {
         int mib[2];          int mib[2];
         size_t len;          size_t len;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>