SCM Repository
View of /sml/trunk/src/runtime/kernel/bill-os.c
Parent Directory
|
Revision Log
Revision 1295 -
(download)
(as text)
(annotate)
Thu Dec 19 21:26:00 2002 UTC (18 years, 1 month ago) by leunga
File size: 237 byte(s)
Thu Dec 19 21:26:00 2002 UTC (18 years, 1 month ago) by leunga
File size: 237 byte(s)
New files for the cygwin port.
#include "bill-os.h" #include <stdlib.h> #if defined(__CYGWIN__) || defined(__MINGW32__) struct netent * getnetbyname(const char * name) { return NULL; } struct netent * getnetbyaddr(long net, int type) { return NULL; } #endif
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |