More stuff.
-Erik
This commit is contained in:
parent
703c62da63
commit
b0e9a709ba
61 changed files with 168 additions and 233 deletions
|
@ -32,8 +32,7 @@ extern int fdflush_main(int argc, char **argv)
|
|||
int value;
|
||||
int fd;
|
||||
if ( **(argv+1) == '-' ) {
|
||||
fprintf(stderr, "Usage: fdflush device\n");
|
||||
exit(FALSE);
|
||||
usage( "fdflush device\n");
|
||||
}
|
||||
|
||||
fd = open(*argv, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue