Ignore:
Timestamp:
Jun 2, 2002, 8:20:24 PM (23 years ago)
Author:
umoeller
Message:

Rewrote winlist widget to use daemon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/dosh2.c

    r142 r167  
    229229    }
    230230
    231     return (arc);
     231    return arc;
    232232}
    233233
     
    315315    }
    316316
    317     return (brc);
     317    return brc;
    318318}
    319319
     
    349349    }
    350350
    351     return (arc);       // V0.9.9 (2001-04-04) [umoeller]
     351    return arc;       // V0.9.9 (2001-04-04) [umoeller]
    352352}
    353353
     
    474474    }
    475475
    476     return (arc);
     476    return arc;
    477477}
    478478
     
    530530    }
    531531
    532     return (arc);
     532    return arc;
    533533}
    534534
     
    626626    }
    627627
    628     return (arc);
     628    return arc;
    629629}
    630630
     
    837837        arc = ERROR_NOT_ENOUGH_MEMORY;
    838838
    839     return (arc);
     839    return arc;
    840840}
    841841
     
    888888    }
    889889
    890     return (arc);
     890    return arc;
    891891}
    892892
     
    974974                                  0,            // cylinder
    975975                                  1)))          // sector
    976             return (arc);
     976            return arc;
    977977
    978978        // scan primary partitions for whether
     
    10771077                                                   fBootable,
    10781078                                                   MBoot.sPrtnInfo[i].lTotalSects)))
    1079                             return (arc);
     1079                            return arc;
    10801080                    }
    10811081                }
     
    10841084    }
    10851085
    1086     return (arc);
     1086    return arc;
    10871087}
    10881088
     
    11171117                              GetCyl(PrInfo->rBeginSecCyl),
    11181118                              GetSec(PrInfo->rBeginSecCyl))))
    1119         return (arc);
     1119        return arc;
    11201120
    11211121    for (i = 0; i < 4; i++)
     
    11391139                                            PrDisk,
    11401140                                            BmInfo)))
    1141                     return (arc);
     1141                    return arc;
    11421142
    11431143                continue;
     
    11701170                                       fBootable,    // bootable
    11711171                                       MBoot.sPrtnInfo[i].lTotalSects)))
    1172                 return (arc);
     1172                return arc;
    11731173        }
    11741174    }
     
    12011201
    12021202    if ((arc = doshReadSector(iDisk, &MBoot, 0, 0, 1)))
    1203         return (arc);
     1203        return arc;
    12041204
    12051205    // go thru MBR entries to find extended partition
     
    12171217                                        iDisk,
    12181218                                        BmInfo)))
    1219                 return (arc);
     1219                return arc;
    12201220        }
    12211221    }
     
    12961296    } // end else if ((arc = doshGetBootManager(&usBmDisk,
    12971297
    1298     return (arc);
     1298    return arc;
    12991299}
    13001300
     
    14351435    _Pmpf((__FUNCTION__ ": exiting, arc = %d", arc));
    14361436
    1437     return (arc);
     1437    return arc;
    14381438}
    14391439
     
    18221822        *ppLVMInfo = (PLVMINFO)pLVMInfo;
    18231823
    1824     return (arc);
     1824    return arc;
    18251825}
    18261826
     
    19731973    _Pmpf((__FUNCTION__ ": exiting, arg = %d", arc));
    19741974
    1975     return (arc);
     1975    return arc;
    19761976}
    19771977
Note: See TracChangeset for help on using the changeset viewer.