Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / libs / bsdsocket / errno.c
blob91793b0cb1b9e1ed32615fac0d4d8bd82afe29ec
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: English
7 */
9 #include "bsdsocket_intern.h"
11 /*****************************************************************************
13 NAME */
15 AROS_LH0(LONG, Errno,
17 /* SYNOPSIS */
19 /* LOCATION */
20 struct Library *, SocketBase, 27, BSDSocket)
22 /* FUNCTION
24 INPUTS
26 RESULT
28 NOTES
30 EXAMPLE
32 BUGS
34 SEE ALSO
36 INTERNALS
38 HISTORY
40 *****************************************************************************/
42 AROS_LIBFUNC_INIT
44 aros_print_not_implemented ("Errno");
45 #warning TODO: Write BSDSocket/Errno
47 return NULL;
49 AROS_LIBFUNC_EXIT
51 } /* */