blob: b67325fb6dde122d7f593bc5a77770cc0cf273cf (
plain)
1
2
3
4
5
6
7
8
|
--- dsh/run.c.orig 2008-02-27 12:29:38.000000000 -0700
+++ dsh/run.c 2008-02-27 14:49:30.000000000 -0700
@@ -48,5 +48,4 @@
#endif
-extern int errno;
void do_command(char **argv, int allrun, char *username);
|