Searched refs:Patch (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A Dversion.c47 int Major, Minor, Patch ; local
49 (void)db_version(&Major, &Minor, &Patch) ;
53 /* || Patch != DB_VERSION_PATCH) */
57 Major, Minor, Patch) ;
60 if (Major == 2 && (Minor < 3 || (Minor == 3 && Patch < 4)))
62 Major, Minor, Patch) ;
68 sprintf(buffer, "%d.%03d%03d", Major, Minor, Patch) ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs4601 int Major, Minor, Patch ;
4603 (void)db_version(&Major, &Minor, &Patch) ;
4606 || Patch != DB_VERSION_PATCH)
4609 Major, Minor, Patch) ;
4614 Major, Minor, Patch) ;
4617 sv_setpvf(ver_sv, "%d.%03d%03d", Major, Minor, Patch) ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec1888 - Patch for winbind (from samba bug 1315)
2176 - Patch for installman.sh to handle lang=en correctly (p24)
2222 - Patch for smb.conf to fix incorrect lpq command, typo in winbind,

Completed in 93 milliseconds