Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
$NetBSD: patch-aa,v 1.3 2011/09/13 07:28:48 mef Exp $
--- include/wnnlib.h.orig 2002-10-03 09:35:27.000000000 +0000
+++ include/wnnlib.h
@@ -107,11 +107,11 @@ typedef struct {
#ifdef __STDC__
extern struct wnn_buf *jcOpen(char *server, char *envname,
int override, char *rcfile,
- void (*error)(), int (*confirm)(),
+ int (*error)(const char *), int (*confirm)(const char *),
int timeout);
extern struct wnn_buf *jcOpen2(char *server, char *envname,
int override, char *rcfile4, char *rcfile6,
- void (*error)(), int (*confirm)(),
+ int (*error)(const char *), int (*confirm)(const char *),
int timeout);
extern int jcClose(struct wnn_buf *wnn);
extern int jcIsConnect(struct wnn_buf *wnn);