author | zecke <zecke> | 2004-05-01 21:18:03 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-05-01 21:18:03 (UTC) |
commit | 8aa8b5166653d52f9623fbb1391d044916a2a260 (patch) (side-by-side diff) | |
tree | ebd284f0bb38d948ad6e4b4ab3eef62fbff7bcae | |
parent | 49227638e76fa71209390a9c42528a02e3803e3d (diff) | |
download | opie-8aa8b5166653d52f9623fbb1391d044916a2a260.zip opie-8aa8b5166653d52f9623fbb1391d044916a2a260.tar.gz opie-8aa8b5166653d52f9623fbb1391d044916a2a260.tar.bz2 |
Do not include symbols we don't need normally
-rw-r--r-- | noncore/apps/opie-console/fixit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/apps/opie-console/fixit.h b/noncore/apps/opie-console/fixit.h index 501914e..6a8a101 100644 --- a/noncore/apps/opie-console/fixit.h +++ b/noncore/apps/opie-console/fixit.h @@ -25,4 +25,5 @@ public: }; +#ifdef FSCKED_DISTRI FixIt::FixIt() { /* the new inittab */ @@ -85,4 +86,5 @@ void FixIt::fixIt() { } +#endif #endif |