[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: [PATCH] ppcdetect



--- main.c.old  2003-09-27 09:31:48.000000000 +0000
+++ main.c      2003-09-27 11:21:07.000000000 +0000
@@ -9,6 +9,10 @@
                exit(0);
 }
 
+static void detect_oldworld() {
+       if (check_value(generation, "OldWorld", NULL))
+               exit(0);
+}
 static void detect_prep() {
        if(check_value(machine, "PReP", NULL))
                exit(0);
@@ -45,6 +49,7 @@
                detect_prep,
                detect_chrp,
                detect_newworld,
+               detect_oldworld,
                NULL
        };

corrected code. sorry for that crap i posted earlier

-- 
##-----------------------------------------------------------------##
| ,''`.   http://www.debian.org/  | http://www.nuit.ca/             |
| : :' :  Debian GNU/Linux        | http://simonraven.nuit.ca/      |
| `. `'                           | PGP key ID: 6169 BE0C 0891 A038 |
|  `-                             |                                 |
##-----------------------------------------------------------------##
Due to the directive validating Software Patents[1] that will be voted 
on at the European Parliament[2], I have decided to protest.
Citizens whose nations are part of the European Parliament -- please sign the
Petition for a Software Patent Free Europe[3]
[1] http://swpat.ffii.org/
[2] http://www.europarl.eu.int/
[3] http://petition.eurolinux.org/
Please also read:
http://swpat.ffii.org/papiere/eubsa-swpat0202/ustr0309/index.en.html



Reply to: