diff options
author | Paul Fox <pgf@brightstareng.com> | 2005-07-19 21:21:58 +0000 |
---|---|---|
committer | Paul Fox <pgf@brightstareng.com> | 2005-07-19 21:21:58 +0000 |
commit | 127adc559f9c3cc5c20df0c0cc85c4592733f451 (patch) | |
tree | 8fc340442bf709b1cdc593c73b72dfb1f7b8ee15 /include/applets.h | |
parent | deac371690aee1d0461d7fa8e7bb2cc80eda74f7 (diff) |
applying fix from;
0000092: looks like the initializer for .need_suid was missing.
Diffstat (limited to 'include/applets.h')
-rw-r--r-- | include/applets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h index a7578ba1a..6bce2ee75 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 |