openbsd-ports/devel/gputils/patches/patch-libgputils_gpcoff_h
naddy cfb6182a3f Import gputils 0.11.7.
Submitted by Andrew Dalgleish <openbsd@ajd.net.au>.

GPUTILS is a collection of tools for the Microchip (TM) PIC
microcontrollers. It includes gpasm, gplink, and gplib.
2003-11-03 01:02:34 +00:00

13 lines
391 B
Plaintext

$OpenBSD: patch-libgputils_gpcoff_h,v 1.1.1.1 2003/11/03 01:02:36 naddy Exp $
--- libgputils/gpcoff.h.orig 2003-10-14 20:33:24.000000000 +1000
+++ libgputils/gpcoff.h 2003-10-14 20:34:16.000000000 +1000
@@ -568,7 +568,7 @@ typedef struct gp_object_type
enum proc_class class;
/* time object was created */
- long time;
+ time_t time;
/* flags */
unsigned short flags;