diff --git a/mac/macnet.c b/mac/macnet.c index b95a1b78..eb705e1a 100644 --- a/mac/macnet.c +++ b/mac/macnet.c @@ -166,6 +166,14 @@ void sk_cleanup(void) stack->cleanup(); } +/* We should use Internet Config here. */ +int net_service_lookup(char *service) +{ + + return 0; +} + + /* * Local Variables: * c-file-style: "simon" diff --git a/mac/mtcpnet.c b/mac/mtcpnet.c index 8f62f09c..754ce18d 100644 --- a/mac/mtcpnet.c +++ b/mac/mtcpnet.c @@ -831,13 +831,6 @@ OSErr CloseResolver(void) return noErr; } -/* MacTCP doesn't have a services database. */ -int net_service_lookup(char *service) -{ - - return 0; -} - #endif /*