diff options
author | Eric Andersen | 2000-08-21 22:02:34 +0000 |
---|---|---|
committer | Eric Andersen | 2000-08-21 22:02:34 +0000 |
commit | a1f16bba72c78eca9359692e354fa35c0f3366c1 (patch) | |
tree | f95f7cd59b05597b5719ae6f50ea81b62b70294a /busybox.def.h | |
parent | e2205f093bbdd251de8b2efe1f63925510fcbad5 (diff) | |
download | busybox-a1f16bba72c78eca9359692e354fa35c0f3366c1.zip busybox-a1f16bba72c78eca9359692e354fa35c0f3366c1.tar.gz |
Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org>
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index fd4302a..692c721 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -33,6 +33,7 @@ #define BB_FREE #define BB_FREERAMDISK #define BB_FSCK_MINIX +#define BB_GETOPT #define BB_GREP #define BB_GUNZIP #define BB_GZIP |