X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Ftux%2Ftimes.h;h=d7a3661b68d4ac7da9e65c9d178a3132e22b6ced;hb=df34bf452e57697f9dac01d6975dac7f33582bf8;hp=09c389f9283119808aa581ec15567abb71ca40d4;hpb=48ed9e9ed158dedf557fbe4b9e8b09f109e2a79a;p=linux-2.6.git diff --git a/net/tux/times.h b/net/tux/times.h index 09c389f92..d7a3661b6 100644 --- a/net/tux/times.h +++ b/net/tux/times.h @@ -1,4 +1,4 @@ -static time_t TimeDays[10][13] = { +static time_t TimeDays[10][13] = { { 852073200, 854751600, 857170800, 859849200, 862441200, 865119600, 867711600, 870390000, 873068400, 875660400, 878338800, 880930800, 883609200 } , { 883609200, 886287600, 888706800, 891385200, 893977200, 896655600, 899247600, 901926000, 904604400, 907196400, 909874800, 912466800, 915145200 } , { 915145200, 917823600, 920242800, 922921200, 925513200, 928191600, 930783600, 933462000, 936140400, 938732400, 941410800, 944002800, 946681200 } , @@ -8,9 +8,9 @@ static time_t TimeDays[10][13] = { { 1041375600, 1044054000, 1046473200, 1049151600, 1051743600, 1054422000, 1057014000, 1059692400, 1062370800, 1064962800, 1067641200, 1070233200, 1072911600 } , { 1072911600, 1075590000, 1078095600, 1080774000, 1083366000, 1086044400, 1088636400, 1091314800, 1093993200, 1096585200, 1099263600, 1101855600, 1104534000 } , { 1104534000, 1107212400, 1109631600, 1112310000, 1114902000, 1117580400, 1120172400, 1122850800, 1125529200, 1128121200, 1130799600, 1133391600, 1136070000 } , - { 1136070000, 1138748400, 1141167600, 1143846000, 1146438000, 1149116400, 1151708400, 1154386800, 1157065200, 1159657200, 1162335600, 1164927600, 1167606000 } + { 1136070000, 1138748400, 1141167600, 1143846000, 1146438000, 1149116400, 1151708400, 1154386800, 1157065200, 1159657200, 1162335600, 1164927600, 1167606000 } }; -static int WeekDays[10][13] = { +static int WeekDays[10][13] = { { 3, 6, 6, 2, 4, 0, 2, 5, 1, 3, 6, 1, 4 } , { 4, 0, 0, 3, 5, 1, 3, 6, 2, 4, 0, 2, 5 } , { 5, 1, 1, 4, 6, 2, 4, 0, 3, 5, 1, 3, 6 } , @@ -20,7 +20,7 @@ static int WeekDays[10][13] = { { 3, 6, 6, 2, 4, 0, 2, 5, 1, 3, 6, 1, 4 } , { 4, 0, 1, 4, 6, 2, 4, 0, 3, 5, 1, 3, 6 } , { 6, 2, 2, 5, 0, 3, 5, 1, 4, 6, 2, 4, 0 } , - { 0, 3, 3, 6, 1, 4, 6, 2, 5, 0, 3, 5, 1 } + { 0, 3, 3, 6, 1, 4, 6, 2, 5, 0, 3, 5, 1 } }; #define TUX_YEAROFFSET 1997 #define TUX_NUMYEARS 10