projects
/
oweals
/
tinc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e42255a
)
Declare fd.
author
Ivo Timmermans
<ivo@lychnis.net>
Wed, 22 Nov 2000 17:49:16 +0000
(17:49 +0000)
committer
Ivo Timmermans
<ivo@lychnis.net>
Wed, 22 Nov 2000 17:49:16 +0000
(17:49 +0000)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index c4a76ab5387c025a1df28536cb8174fb8a851858..264b21dc349345ada752b398aa3e6cfbac315a1a 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-17,7
+17,7
@@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- $Id: process.c,v 1.1.2.
8 2000/11/22 17:48:15
zarq Exp $
+ $Id: process.c,v 1.1.2.
9 2000/11/22 17:49:16
zarq Exp $
*/
#include "config.h"
@@
-174,6
+174,8
@@
void _execute_script(const char *name)
int error = 0;
char *scriptname;
char *s;
+ int fd;
+
cp
if(netname)
{