patch-libtqbf_c 332 B

12345678910111213
  1. $OpenBSD: patch-libtqbf_c,v 1.1 2001/04/20 07:53:02 reinhard Exp $
  2. --- libtqbf.c.orig Mon Aug 18 22:02:13 1997
  3. +++ libtqbf.c Tue Apr 17 16:00:13 2001
  4. @@ -349,8 +349,6 @@ u_long resolve(char *address) {
  5. int jday (int month, int day, int year) {
  6. int c, ya, jd;
  7. - int brit_jd = 2361222;
  8. -
  9. if (month > 2)
  10. month -= 3;
  11. else