cfb6182a3f
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.
12 lines
446 B
Plaintext
12 lines
446 B
Plaintext
$OpenBSD: patch-libgputils_gpsystem_h,v 1.1.1.1 2003/11/03 01:02:36 naddy Exp $
|
|
--- libgputils/gpsystem.h.orig 2003-10-14 23:55:53.000000000 +1000
|
|
+++ libgputils/gpsystem.h 2003-10-14 23:56:12.000000000 +1000
|
|
@@ -33,6 +33,6 @@ void gp_putl32(char *addr, long data);
|
|
long gp_getb32(char *addr);
|
|
void gp_putb32(char *addr, long data);
|
|
|
|
-void gp_date_string(char *buffer);
|
|
+void gp_date_string(char *buffer, size_t sizeof_buffer);
|
|
|
|
#endif
|