Changeset 92 for trunk/src/sh_unix.c
- Timestamp:
- Feb 18, 2007, 5:23:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_unix.c
r89 r92 1849 1849 if (goDaemon == 1) 1850 1850 { 1851 /* close allfile descriptors1851 /* Close first tree file descriptors 1852 1852 */ 1853 sh_unix_closeall (0, -1); /* if running as daemon */ 1853 close (0); /* if running as daemon */ 1854 close (1); /* if running as daemon */ 1855 close (2); /* if running as daemon */ 1854 1856 1855 1857 /* Enable full error logging … … 1913 1915 else 1914 1916 { 1915 sh_unix_closeall(3, -1); /* if not daemon */1916 1917 sh_error_enable_unsafe (S_TRUE); 1917 1918 #if defined(HAVE_LIBPRELUDE)
Note:
See TracChangeset
for help on using the changeset viewer.