Deleted Added
full compact
12c12
< static char id[] = "@(#)$Id: sm_gethost.c,v 8.7.8.2 2000/09/17 17:04:24 gshapiro Exp $";
---
> static char id[] = "@(#)$Id: sm_gethost.c,v 8.7.8.4 2000/12/19 04:26:33 gshapiro Exp $";
63a64,77
>
> # if _FFR_FREEHOSTENT
> void
> freehostent(h)
> struct hostent *h;
> {
> /*
> ** Stub routine -- if they don't have getipnodeby*(),
> ** they probably don't have the free routine either.
> */
>
> return;
> }
> # endif /* _FFR_FREEHOSTENT */