13 lines
282 B
Text
13 lines
282 B
Text
$NetBSD: patch-ae,v 1.1 2006/01/19 22:44:27 joerg Exp $
|
|
|
|
--- libnut/system.c.orig 2006-01-19 22:18:10.000000000 +0000
|
|
+++ libnut/system.c
|
|
@@ -24,8 +24,6 @@
|
|
|
|
#include "system.h"
|
|
|
|
-extern int errno;
|
|
-
|
|
int sleep_interrupt=0;
|
|
|
|
int my_system(char *cmd, char *retBuf, int bufsize);
|