diff options
author | Erik Troan <ewt@redhat.com> | 2001-11-13 21:05:52 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-11-13 21:05:52 +0000 |
commit | 0c9da29f6bad397e0a0aa45d10271946145d6adb (patch) | |
tree | b1acd169a7b86f0445b7d9ef3cff9b6ef92775f1 /isys/smp.c | |
parent | 645147f606192a7f9c1825a339213a20862bb089 (diff) | |
download | anaconda-0c9da29f6bad397e0a0aa45d10271946145d6adb.tar.gz anaconda-0c9da29f6bad397e0a0aa45d10271946145d6adb.tar.xz anaconda-0c9da29f6bad397e0a0aa45d10271946145d6adb.zip |
changes for diet
Diffstat (limited to 'isys/smp.c')
-rw-r--r-- | isys/smp.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/isys/smp.c b/isys/smp.c index 65ff2f702..3aa97997e 100644 --- a/isys/smp.c +++ b/isys/smp.c @@ -14,6 +14,12 @@ #include <string.h> #include <errno.h> +#ifdef DIET +typedef unsigned short u_short; +typedef unsigned long u_long; +typedef unsigned int u_int; +#endif + #ifdef __alpha__ int alphaDetectSMP(void) { |