More stuff.

-Erik
This commit is contained in:
Eric Andersen 1999-10-18 22:28:26 +00:00
parent 703c62da63
commit b0e9a709ba
61 changed files with 168 additions and 233 deletions

View file

@ -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);