[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.3 and 1.4

version 1.3, 1997/07/13 19:46:24 version 1.4, 1997/07/21 14:07:43
Line 42  __RCSID("$NetBSD$");
Line 42  __RCSID("$NetBSD$");
 #endif  #endif
 #endif /* LIBC_SCCS and not lint */  #endif /* LIBC_SCCS and not lint */
   
   #include "namespace.h"
 #include <sys/param.h>  #include <sys/param.h>
 #include <sys/sysctl.h>  #include <sys/sysctl.h>
 #include <sys/utsname.h>  #include <sys/utsname.h>
   
   #ifdef __weak_alias
   __weak_alias(uname,_uname);
   #endif
   
 int  int
 uname(name)  uname(name)
         struct utsname *name;          struct utsname *name;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>