21 lines
415 B
Text
21 lines
415 B
Text
$NetBSD: patch-av,v 1.1 2005/12/02 22:57:32 joerg Exp $
|
|
|
|
--- sj3/conv.c.orig 2005-12-02 22:43:26.000000000 +0000
|
|
+++ sj3/conv.c
|
|
@@ -35,7 +35,7 @@
|
|
|
|
|
|
|
|
-#include <sys/errno.h>
|
|
+#include <errno.h>
|
|
#include "wchar16.h"
|
|
#include "select.h"
|
|
#include "key.h"
|
|
@@ -204,7 +204,6 @@ register int *count;
|
|
register int n;
|
|
SELECT_FD ifds;
|
|
struct timeval t;
|
|
- extern int errno;
|
|
register wchar16_t *s;
|
|
int value;
|
|
|