Changes to gnats/gnats/gnatsd.c
Milan Zamazal <[email protected]> Sun, 04 Aug 2002 06:58:31 -0400
| Newsgroups | gmane.comp.bug-tracking.gnats.patches |
|---|---|
| Message-ID | <[email protected]> |
Index: gnats/gnats/gnatsd.c
diff -c gnats/gnats/gnatsd.c:1.46 gnats/gnats/gnatsd.c:1.47
*** gnats/gnats/gnatsd.c:1.46 Sun Mar 3 15:15:31 2002
--- gnats/gnats/gnatsd.c Sun Aug 4 06:58:29 2002
***************
*** 1,6 ****
/* Remote GNATS server.
! Copyright (C) 2000, 2001 Milan Zamazal.
! Copyright (C) 1994, 95, 96, 1997, 1999, 2000 Free Software Foundation, Inc.
Contributed by Brendan Kehoe ([email protected]).
Further hacked by Milan Zamazal ([email protected]).
--- 1,5 ----
/* Remote GNATS server.
! Copyright (C) 1994, 95, 96, 1997, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
Contributed by Brendan Kehoe ([email protected]).
Further hacked by Milan Zamazal ([email protected]).
***************
*** 283,289 ****
char **pp;
#endif
! hp = gethostbyaddr ((char *) host, sizeof (host), AF_INET);
if (hp == NULL)
{
return NULL;
--- 282,288 ----
char **pp;
#endif
! hp = gethostbyaddr ((char *) host, sizeof (*host), AF_INET);
if (hp == NULL)
{
return NULL;