summaryrefslogtreecommitdiff
path: root/net/IglooFTP/patches/patch-ac
blob: c15d33c222fb7868276b1c926d85b88be9f1634b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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);