User:Janblunck
From openSUSE
int JanBlunck(int whatyawant)
{
switch(whatyawant) {
case KERNEL:
goto Kernel:Vanilla;
/*
* maybe use one of the other kernel projects:
* - Kernel:HEAD
* - Kernel:SLE10_GA_BRANCH
* - Kernel:SL102_BRANCH
*/
case MAIL:
goto jblunck@suse.de;
}
return -ENOPHOTO
}

