mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-04-18 03:28:07 -05:00
Move net_service_lookup() to macnet.c, since that's where it belongs.
[originally from svn r2806]
This commit is contained in:
parent
18e99dd71a
commit
f9928fafae
@ -166,6 +166,14 @@ void sk_cleanup(void)
|
|||||||
stack->cleanup();
|
stack->cleanup();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* We should use Internet Config here. */
|
||||||
|
int net_service_lookup(char *service)
|
||||||
|
{
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Local Variables:
|
* Local Variables:
|
||||||
* c-file-style: "simon"
|
* c-file-style: "simon"
|
||||||
|
@ -831,13 +831,6 @@ OSErr CloseResolver(void)
|
|||||||
return noErr;
|
return noErr;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* MacTCP doesn't have a services database. */
|
|
||||||
int net_service_lookup(char *service)
|
|
||||||
{
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user