13 lines
273 B
Text
13 lines
273 B
Text
$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);
|