Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 1881 → Rev 1882

/programs/develop/libraries/menuetlibc/src/libc/compat/unistd/gethostn.c
0,0 → 1,14
/* Copyright (C) 1995 DJ Delorie, see COPYING.DJ for details */
#include <libc/stubs.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
 
static char pc_n[]= "pc";
 
int gethostname (char *buf, int size)
{
strcpy(buf,"MenuetOS");
return 0;
}
Property changes:
Added: svn:executable
+*
\ No newline at end of property