aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Fox <pgf@brightstareng.com>2005-07-19 21:21:58 +0000
committerPaul Fox <pgf@brightstareng.com>2005-07-19 21:21:58 +0000
commit127adc559f9c3cc5c20df0c0cc85c4592733f451 (patch)
tree8fc340442bf709b1cdc593c73b72dfb1f7b8ee15 /include
parentdeac371690aee1d0461d7fa8e7bb2cc80eda74f7 (diff)
downloadbusybox-127adc559f9c3cc5c20df0c0cc85c4592733f451.tar.gz
applying fix from;
0000092: looks like the initializer for .need_suid was missing.
Diffstat (limited to 'include')
-rw-r--r--include/applets.h2
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