2 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
9 #include "bsdsocket_intern.h"
11 /*****************************************************************************
15 AROS_LH2(int, gethostname
,
18 AROS_LHA(char *, name
, A0
),
19 AROS_LHA(int, namelen
, D0
),
22 struct Library
*, SocketBase
, 47, BSDSocket
)
42 *****************************************************************************/
46 aros_print_not_implemented ("gethostname");
47 #warning TODO: Write BSDSocket/gethostname