Changeset 20 for trunk/src/sh_unix.c
- Timestamp:
- Feb 13, 2006, 11:54:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_unix.c
r19 r20 1601 1601 char * chroot_dir = NULL; 1602 1602 1603 int sh_unix_set_chroot(c har * str)1603 int sh_unix_set_chroot(const char * str) 1604 1604 { 1605 1605 size_t len; … … 1652 1652 static int block_setdeamon = 0; 1653 1653 1654 int sh_unix_setdeamon(c har * dummy)1654 int sh_unix_setdeamon(const char * dummy) 1655 1655 { 1656 1656 int res = 0; … … 1675 1675 #endif 1676 1676 1677 int sh_unix_setnodeamon(c har * dummy)1677 int sh_unix_setnodeamon(const char * dummy) 1678 1678 { 1679 1679 int res = 0;
Note:
See TracChangeset
for help on using the changeset viewer.