Differences From Artifact [41a8e8e8cb]:
- File system.c — part of check-in [396386bf82] at 2012-09-17 13:24:16 on branch trunk — Added UNIX domain socket support (user: rkeene, size: 65944) [annotate] [blame] [check-ins using]
To Artifact [1a6534ed63]:
- File system.c — part of check-in [6ad41a2c2b] at 2012-09-17 13:36:24 on branch trunk — Updated to return correct value from close handler (user: rkeene, size: 65939) [annotate] [blame] [check-ins using]
︙ | |||
1893 1894 1895 1896 1897 1898 1899 | 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 | - + | fd = id->fd; close(fd); free(id); |
︙ |