commit | 127adc559f9c3cc5c20df0c0cc85c4592733f451 | [log] [tgz] |
---|---|---|
author | Paul Fox <pgf@brightstareng.com> | Tue Jul 19 21:21:58 2005 +0000 |
committer | Paul Fox <pgf@brightstareng.com> | Tue Jul 19 21:21:58 2005 +0000 |
tree | 8fc340442bf709b1cdc593c73b72dfb1f7b8ee15 | |
parent | deac371690aee1d0461d7fa8e7bb2cc80eda74f7 [diff] |
applying fix from; 0000092: looks like the initializer for .need_suid was missing.
diff --git a/include/applets.h b/include/applets.h index a7578ba..6bce2ee 100644 --- a/include/applets.h +++ b/include/applets.h
@@ -731,7 +731,7 @@ #endif #if !defined(PROTOTYPES) && !defined(MAKE_USAGE) - { 0,NULL,0 } + { 0,NULL,0,0 } }; #endif