added sethostname syscall with proper error checks

Change-Id: I4b4e0a7c4035e19d5843b86ee1f714096adcecd2
This commit is contained in:
Morgawr
2014-07-28 17:05:24 +02:00
committed by sambuc
parent b6bd719869
commit 91c835edc2
9 changed files with 375 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
# $NetBSD: Makefile,v 1.8 1997/07/20 22:37:07 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= hostname
.include <bsd.prog.mk>