Merge with 0.4

Fri, 22 May 2009 15:19:12 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 22 May 2009 15:19:12 +0100
changeset 1197
1f4a4e6ae694
parent 1193
b74acb50220b (current diff)
parent 1196
5b6e9ee649e0 (diff)
child 1198
545c81364939

Merge with 0.4

--- a/.hgtags	Fri May 22 13:35:54 2009 +0100
+++ b/.hgtags	Fri May 22 15:19:12 2009 +0100
@@ -23,3 +23,5 @@
 84202314ab7f974f7e3b5706e65ddadb9b99274b 0.4.0
 4aff205cc4cd5e1e22f5130fecc47d24be1ee5bf 0.4.0
 b2e548344d61ebbfd1474baedc5aa187f874948a 0.4.1
+b1b42ce4f0f6a8f587c2925724694c0e8b437dce 0.4.2
+6b91a2b39680f0f7195fec561a3ce3d660ea0c20 0.4.2
--- a/util-src/pposix.c	Fri May 22 13:35:54 2009 +0100
+++ b/util-src/pposix.c	Fri May 22 15:19:12 2009 +0100
@@ -72,10 +72,10 @@
 	}
 
 	/* Close stdin, stdout, stderr */
-/*	close(0);
+	close(0);
 	close(1);
 	close(2);
-*/
+
 	/* Final fork, use it wisely */
 	if(fork())
 		exit(0);

mercurial