tail is not implemented
This commit is contained in:
parent
aaeb68c8a7
commit
b78d13a5cb
|
@ -10,6 +10,7 @@
|
||||||
/* tail */
|
/* tail */
|
||||||
static int _tail(void)
|
static int _tail(void)
|
||||||
{
|
{
|
||||||
|
/* FIXME implement */
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -27,6 +28,7 @@ int main(int argc, char * argv[])
|
||||||
{
|
{
|
||||||
int o;
|
int o;
|
||||||
|
|
||||||
|
/* FIXME actually collect arguments */
|
||||||
while((o = getopt(argc, argv, "fc:n:")) != -1)
|
while((o = getopt(argc, argv, "fc:n:")) != -1)
|
||||||
switch(o)
|
switch(o)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user