diff options
Diffstat (limited to 'graphics/zphoto/files/patch-util.c')
-rw-r--r-- | graphics/zphoto/files/patch-util.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/zphoto/files/patch-util.c b/graphics/zphoto/files/patch-util.c new file mode 100644 index 000000000000..b217d23c5014 --- /dev/null +++ b/graphics/zphoto/files/patch-util.c @@ -0,0 +1,11 @@ +--- util.c.orig Tue Jan 28 19:18:20 2003 ++++ util.c Wed Jan 29 00:55:26 2003 +@@ -57,7 +57,7 @@ + exit(2); + } + +-extern int vasprintf (char **ptr, const char *fmt, ...); ++/* extern int vasprintf (char **ptr, const char *fmt, ...); */ + + char * + zphoto_asprintf (const char *fmt, ...) |