GPA `improvements'

Francis J. A. Pinteric linuxdoctor@linux.ca
Mon Nov 11 21:14:01 2002


--=.fc)LceY/bGrdUX
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Here are the diffs generated with the command "diff -C 4 original modifed".
There are only two files that have changed to get it to run on my Redhat 7.3
system and very minor changes at that.

*** gpa/./jnlib/types.h Tue May 16 11:30:40 2000
--- gpa-work/./jnlib/types.h    Sun Nov 10 09:26:53 2002
***************
*** 47,61 ****
  #endif
  
  #ifndef HAVE_USHORT_TYPEDEF
    #undef ushort     /* maybe there is a macro with this name */
!   typedef unsigned short ushort;
    #define HAVE_USHORT_TYPEDEF
  #endif
  
  #ifndef HAVE_ULONG_TYPEDEF
    #undef ulong            /* maybe there is a macro with this name */
!   typedef unsigned long ulong;
    #define HAVE_ULONG_TYPEDEF
  #endif
  
  #ifndef HAVE_U16_TYPEDEF
--- 47,65 ----
  #endif
  
  #ifndef HAVE_USHORT_TYPEDEF
    #undef ushort     /* maybe there is a macro with this name */
!   #ifndef __USE_BSD
!      typedef unsigned short ushort;
!   #endif
    #define HAVE_USHORT_TYPEDEF
  #endif
  
  #ifndef HAVE_ULONG_TYPEDEF
    #undef ulong            /* maybe there is a macro with this name */
!   #ifndef __USE_BSD
!      typedef unsigned long ulong;
!   #endif
    #define HAVE_ULONG_TYPEDEF
  #endif
  
  #ifndef HAVE_U16_TYPEDEF




*** gpa/./src/gpa.c     Fri Oct 11 21:05:42 2002
--- gpa-work/./src/gpa.c        Sun Nov 10 21:09:51 2002
***************
*** 30,38 ****
  
  #include <gpgme.h>
  
  #include "argparse.h"
! #include "stringhelp.h"
  
  #include "gpapastrings.h"
  #include "gpa.h"
  #include "gpawindowkeeper.h"
--- 30,38 ----
  
  #include <gpgme.h>
  
  #include "argparse.h"
! /*#include "stringhelp.h"*/
  
  #include "gpapastrings.h"
  #include "gpa.h"
  #include "gpawindowkeeper.h"

--=.fc)LceY/bGrdUX
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE90A/qZXoXOVknTgARAlv/AJ9JKJGNW64hsoBfYRuGGgopGqYfRwCfSFLn
v4hz62/OLgfo/3VxjsWXP7Q=
=T1lN
-----END PGP SIGNATURE-----

--=.fc)LceY/bGrdUX--