[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gethostbyname() in ksocket?
- To: Scott Bigham <mint@atari.archive.umich.edu>
- Subject: Re: gethostbyname() in ksocket?
- From: hyc@troy.la.platsol.com (Howard Chu)
- Date: Fri, 02 Jan 98 22:52:34 -0800
- In-reply-to: (Your message of Wed, 31 Dec 97 10:00:24 D.) <Pine.SOL.3.96.971231095137.20833B-100000@olympus>
Is there a particular reason that gethostbyname() and related functions
aren't included in the kernel version of the socket lib? I mean, obviously
it's peppered with fprintf()'s and the like, but surely those could be
"#ifndef KERNEL"'ed out. I've stumbled across this in my efforts to finally
rewrite GlueSTiK as a device driver, which will obviously need ksocket but
also has to implement STiK's resolve() function.
I doubt there's any major reason. Just that there was never any particular
need for it before.