blob: cc3b91a70f7c3bb3a390043c1c38618822ff9fd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-ac,v 1.1 2006/01/02 22:51:45 joerg Exp $
--- dsh/run.c.orig 2006-01-02 22:44:29.000000000 +0000
+++ dsh/run.c
@@ -45,6 +45,4 @@ __RCSID("$Id: run.c,v 1.13 2005/06/02 17
#endif
-extern int errno;
-
void do_command(char **argv, int allrun, char *username);
node_t *check_rand(void);
|