IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 23, 2004, 7:48:29 AM (22 years ago)
Author:
eugene
Message:

moved typename/modename to libohana, minor fixes to solve -Wall -Werror problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/imreg/ConfigPID.c

    r74 r2803  
    44static char *PIDMaster = (char *) NULL;
    55
    6 ConfigPID (char *pidfile) {
     6int ConfigPID (char *pidfile) {
    77
    88  pid_t pid;
     
    5050  fprintf (stderr, "  remove %s if elixir has died unexpectedly\n", pidfile);
    5151  Shutdown (1);
     52  return (FALSE);
    5253}
    5354
Note: See TracChangeset for help on using the changeset viewer.