Changes to gnats/gnats/gnats.h

Milan Zamazal <[email protected]> Sun, 14 Jul 2002 13:29:02 -0400
Newsgroups gmane.comp.bug-tracking.gnats.patches
Message-ID <[email protected]>
Index: gnats/gnats/gnats.h
diff -c gnats/gnats/gnats.h:1.50 gnats/gnats/gnats.h:1.51
*** gnats/gnats/gnats.h:1.50	Sun Jan  6 11:16:45 2002
--- gnats/gnats/gnats.h	Sun Jul 14 13:29:02 2002
***************
*** 1,6 ****
  /* Define all procedures which are external to each other.
!    Copyright (C) 2001 Milan Zamazal
!    Copyright (C) 1993, 1995, 1999, 2000 Free Software Foundation, Inc.
     Contributed by Tim Wicinski ([email protected]).
     Hacked by Brendan Kehoe ([email protected]).
     Further hacked by Milan Zamazal ([email protected]).
--- 1,5 ----
  /* Define all procedures which are external to each other.
!    Copyright (C) 1993, 1995, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
     Contributed by Tim Wicinski ([email protected]).
     Hacked by Brendan Kehoe ([email protected]).
     Further hacked by Milan Zamazal ([email protected]).
***************
*** 214,220 ****
  extern const int EXIT_PROGRAM_ERROR;
  
  /* Files that controls access to the database. */
! #define DB_ACCESS_FILE "gnatsd.access"
  #define DB_HOST_ACCESS_FILE "gnatsd.host_access"
  
  /* Default values of field properties. */
--- 213,219 ----
  extern const int EXIT_PROGRAM_ERROR;
  
  /* Files that controls access to the database. */
! #define DB_ACCESS_FILE "gnatsd.user_access"
  #define DB_HOST_ACCESS_FILE "gnatsd.host_access"
  
  /* Default values of field properties. */