diff options
author | Matt Kraai <kraai@debian.org> | 2001-04-12 20:11:55 +0000 |
---|---|---|
committer | Matt Kraai <kraai@debian.org> | 2001-04-12 20:11:55 +0000 |
commit | 6ba1a80c260b671ae7b6b5be13e0b74857058c63 (patch) | |
tree | 9b4f388c414879a9f4507a8feef6e45886b186d5 /include | |
parent | 5a65413c042e2538eda94b2efebd1bf4680ca986 (diff) | |
download | busybox-6ba1a80c260b671ae7b6b5be13e0b74857058c63.tar.gz |
Use date -u instead of date --utc and consolidate version string.
Patch by Larry Doolittle <ldoolitt@recycle.lbl.gov>.
Diffstat (limited to 'include')
-rw-r--r-- | include/busybox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/busybox.h b/include/busybox.h index d4a57732d..ebbe759e2 100644 --- a/include/busybox.h +++ b/include/busybox.h @@ -31,6 +31,8 @@ #include <sys/stat.h> #include <sys/types.h> +#define BB_BANNER "BusyBox v" BB_VER " (" BB_BT ")" + #ifdef DMALLOC #include "dmalloc.h" #endif |