pkgsrc/net/IglooFTP/patches/patch-ac
2005-11-08 15:47:44 +00:00

13 lines
359 B
Text

$NetBSD: patch-ac,v 1.1 2005/11/08 15:47:44 tv Exp $
--- src/protos.h.orig 1999-04-15 12:05:15.000000000 -0400
+++ src/protos.h
@@ -132,7 +132,7 @@ char PANEL_FOCUS;
/* EXTERN */
-extern char *strptime __P ((__const char *__s, __const char *__fmt, struct tm * __tp));
+extern char *strptime (const char *__s, const char *__fmt, struct tm * __tp);