[BACK]Return to gethostname.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/gethostname.c between version 1.3 and 1.3.4.1

version 1.3, 1995/06/16 07:36:13 version 1.3.4.1, 1996/09/19 20:02:49
Line 41  static char rcsid[] = "$NetBSD$";
Line 41  static char 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>
   
   #ifdef __weak_alias
   __weak_alias(gethostname,_gethostname);
   #endif
   
 int  int
 gethostname(name, namelen)  gethostname(name, namelen)
         char *name;          char *name;

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

CVSweb <webmaster@jp.NetBSD.org>