blob: 56f794e3db509a884e2a0a6e9792ebea6fbb5bd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.1 2005/12/18 20:14:03 joerg Exp $
--- sock.c.orig 2005-12-18 19:54:04.000000000 +0000
+++ sock.c
@@ -13,8 +13,6 @@
#include <smb/smbno.h>
#include "my_defines.h"
-extern int errno;
-
int close_fp(struct file *filp)
{
return close((int)filp);
|