Ignore:
Timestamp:
Nov 19, 2005, 2:27:31 AM (18 years ago)
Author:
bcornec
Message:

merge -r 125:126 $SVN_M/branches/2.05

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/mondorestore/mondo-rstr-tools.c

    r94 r127  
    745745#endif
    746746
    747     } else
    748      if (bkpinfo->backup_media_type == iso) {
     747    } else if (bkpinfo->backup_media_type == iso) {
    749748#ifdef __FreeBSD__
    750749        sprintf(mount_cmd, "%s/%d.iso", bkpinfo->isodir,
     
    19651964    int signals[] =
    19661965        { SIGKILL, SIGPIPE, SIGTERM, SIGHUP, SIGTRAP, SIGABRT, SIGINT,
    1967 SIGSTOP, 0 };
     1966        SIGSTOP, 0
     1967    };
    19681968    int i;
    19691969    for (i = 0; signals[i]; i++) {
Note: See TracChangeset for help on using the changeset viewer.