David Brownell submitted a new applet, zcip, based on RFC 3927. This is

version 0418b.  It compiled.
This commit is contained in:
Rob Landley
2005-04-30 03:49:37 +00:00
parent 55b1efc6de
commit ad8071f582
6 changed files with 613 additions and 0 deletions

View File

@@ -692,6 +692,9 @@
#ifdef CONFIG_GUNZIP
APPLET(zcat, gunzip_main, _BB_DIR_BIN, _BB_SUID_NEVER)
#endif
#ifdef CONFIG_ZCIP
APPLET(zcip, zcip_main, _BB_DIR_SBIN, _BB_SUID_NEVER)
#endif
#if !defined(PROTOTYPES) && !defined(MAKE_USAGE)
{ 0,NULL,0 }