a few minor cleanups.

-Erik
This commit is contained in:
Eric Andersen
2000-07-06 09:56:35 +00:00
parent 5d893b6beb
commit 1e03add675
9 changed files with 14 additions and 9 deletions

View File

@ -23,7 +23,6 @@
#include <stdio.h>
#include <string.h>
#include <linux/fs.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
@ -32,6 +31,9 @@
#include "internal.h"
/* From linux/fs.h */
#define BLKFLSBUF _IO(0x12,97) /* flush buffer cache */
static const char freeramdisk_usage[] =
"freeramdisk DEVICE\n"