gnats-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to gnats/gnats/gnatsd.c


From: Milan Zamazal
Subject: Changes to gnats/gnats/gnatsd.c
Date: Sun, 04 Aug 2002 06:58:31 -0400

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 (address@hidden).
     Further hacked by Milan Zamazal (address@hidden).
  
--- 1,5 ----
  /* Remote GNATS server.
!    Copyright (C) 1994, 95, 96, 1997, 1999, 2000, 2001, 2002 Free Software 
Foundation, Inc.
     Contributed by Brendan Kehoe (address@hidden).
     Further hacked by Milan Zamazal (address@hidden).
  
***************
*** 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]