diff options
author | John Beppu <beppu@lbox.org> | 1999-12-10 07:42:50 +0000 |
---|---|---|
committer | John Beppu <beppu@lbox.org> | 1999-12-10 07:42:50 +0000 |
commit | 3157b1fba9ee8a558b04e9025da9f77e4256c0ea (patch) | |
tree | 27ea10d69773a06c8618132a2b76e7583db9da9c /busybox.def.h | |
parent | a3e0d7928b0042dfe1be94da62b750664306b404 (diff) | |
download | busybox-w32-3157b1fba9ee8a558b04e9025da9f77e4256c0ea.tar.gz busybox-w32-3157b1fba9ee8a558b04e9025da9f77e4256c0ea.tar.bz2 busybox-w32-3157b1fba9ee8a558b04e9025da9f77e4256c0ea.zip |
Implemented head(1).
tried to mimic GNU behaviour.
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 cd3447f15..1bdb9a429 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -24,6 +24,7 @@ | |||
24 | #define BB_DEALLOCVT | 24 | #define BB_DEALLOCVT |
25 | #define BB_GREP | 25 | #define BB_GREP |
26 | //#define BB_HALT | 26 | //#define BB_HALT |
27 | #define BB_HEAD | ||
27 | #define BB_HOSTNAME | 28 | #define BB_HOSTNAME |
28 | #define BB_INIT | 29 | #define BB_INIT |
29 | #define BB_KILL | 30 | #define BB_KILL |