| … | |
… | |
| 33 | Use egetcwd() in sandbox.c. |
33 | Use egetcwd() in sandbox.c. |
| 34 | |
34 | |
| 35 | Rather use fstat() to get file size in file_length() than lseek(). |
35 | Rather use fstat() to get file size in file_length() than lseek(). |
| 36 | |
36 | |
| 37 | Wrap mknod() as well. Misc cleanups. |
37 | Wrap mknod() as well. Misc cleanups. |
|
|
38 | |
|
|
39 | Wrap mkfifo() as it seems it was missing. |
| 38 | |
40 | |
| 39 | 28 Nov 2005; Martin Schlemmer <azarah@gentoo.org> configure.in, sandbox.c, |
41 | 28 Nov 2005; Martin Schlemmer <azarah@gentoo.org> configure.in, sandbox.c, |
| 40 | sandbox_fdutils.c: |
42 | sandbox_fdutils.c: |
| 41 | |
43 | |
| 42 | Detect if we on 64bit arch automatically. |
44 | Detect if we on 64bit arch automatically. |