blob: ea93c2b79d2f2e245c307326650ddfa2f29dd3dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff -urN -x .svn ../../branches/vendor/bsdproxy/accept_client.c ./accept_client.c
--- ../../branches/vendor/bsdproxy/accept_client.c 2008-06-08 22:30:53.000000000 +0300
+++ ./accept_client.c 2008-06-08 22:53:22.000000000 +0300
@@ -14,9 +14,6 @@
#include <errno.h>
#include "proxy_protos.h"
-extern int errno;
-
-
void
accept_client ( struct kevent *ke, struct mdata *md )
{
|