freebsd-ports/security/gpa/files/patch-aa
Ade Lovett be1fd8388e The GNU Privacy Assistant is a graphical frontend to GnuPG and may be
used to manage the keys and encrypt/decrypt/sign/check files.

Submitted by:	Clive Lin <clive@CirX.ORG>
2000-08-16 21:02:12 +00:00

11 lines
283 B
Text

--- jnlib/argparse.h.orig Thu Aug 17 00:31:34 2000
+++ jnlib/argparse.h Thu Aug 17 00:31:54 2000
@@ -34,7 +34,7 @@
union {
int ret_int;
long ret_long;
- ulong ret_ulong;
+ unsigned long ret_ulong;
char *ret_str;
} r; /* Return values */
struct {