Changeset 20 for trunk/src/sh_unix.c


Ignore:
Timestamp:
Feb 13, 2006, 11:54:42 PM (19 years ago)
Author:
rainer
Message:

Enable command-line parsing for prelude, and make prelude regression test safer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_unix.c

    r19 r20  
    16011601char * chroot_dir = NULL;
    16021602
    1603 int sh_unix_set_chroot(char * str)
     1603int sh_unix_set_chroot(const char * str)
    16041604{
    16051605  size_t len;
     
    16521652static int block_setdeamon = 0;
    16531653
    1654 int sh_unix_setdeamon(char * dummy)
     1654int sh_unix_setdeamon(const char * dummy)
    16551655{
    16561656  int    res = 0;
     
    16751675#endif
    16761676
    1677 int sh_unix_setnodeamon(char * dummy)
     1677int sh_unix_setnodeamon(const char * dummy)
    16781678{
    16791679  int    res = 0;
Note: See TracChangeset for help on using the changeset viewer.