-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 | |||
@@ -24,6 +24,7 @@ public: | |||
24 | char* m_file; | 24 | char* m_file; |
25 | }; | 25 | }; |
26 | 26 | ||
27 | #ifdef FSCKED_DISTRI | ||
27 | FixIt::FixIt() { | 28 | FixIt::FixIt() { |
28 | /* the new inittab */ | 29 | /* the new inittab */ |
29 | m_file = "#\n# /etc/inittab" | 30 | m_file = "#\n# /etc/inittab" |
@@ -84,5 +85,6 @@ void FixIt::fixIt() { | |||
84 | ::kill( SIGHUP, 1 ); | 85 | ::kill( SIGHUP, 1 ); |
85 | } | 86 | } |
86 | 87 | ||
88 | #endif | ||
87 | 89 | ||
88 | #endif | 90 | #endif |