aboutsummaryrefslogtreecommitdiff
path: root/include/applets.h
diff options
context:
space:
mode:
authorpgf <pgf@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-07-19 21:21:58 +0000
committerpgf <pgf@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-07-19 21:21:58 +0000
commit18f594ad0f30226ecb978db7a90bea141ab54d83 (patch)
tree8fc340442bf709b1cdc593c73b72dfb1f7b8ee15 /include/applets.h
parent9cb74f8fbe5de7797541feb30dbafe2d92559618 (diff)
downloadbusybox-w32-18f594ad0f30226ecb978db7a90bea141ab54d83.tar.gz
busybox-w32-18f594ad0f30226ecb978db7a90bea141ab54d83.tar.bz2
busybox-w32-18f594ad0f30226ecb978db7a90bea141ab54d83.zip
applying fix from;
0000092: looks like the initializer for .need_suid was missing. git-svn-id: svn://busybox.net/trunk/busybox@10865 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/applets.h')
-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 @@
731#endif 731#endif
732 732
733#if !defined(PROTOTYPES) && !defined(MAKE_USAGE) 733#if !defined(PROTOTYPES) && !defined(MAKE_USAGE)
734 { 0,NULL,0 } 734 { 0,NULL,0,0 }
735}; 735};
736 736
737#endif 737#endif