projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
305505f
)
Cleanup.
author
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 19 Mar 2002 00:07:09 +0000
(
00:07
+0000)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 19 Mar 2002 00:07:09 +0000
(
00:07
+0000)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index
5c0eb9f
..
a7f5d5f
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.3
6 2002/03/11 11:23:04
guus Exp $
+ $Id: process.c,v 1.1.2.3
7 2002/03/19 00:07:09
guus Exp $
*/
#include "config.h"
@@
-81,6
+81,7
@@
int fcloseall(void)
fclose(stdin);
fclose(stdout);
fclose(stderr);
+ return 0;
}
#endif