summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/pccard/pccardd/file.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/pccard/pccardd/file.c b/usr.sbin/pccard/pccardd/file.c
index 0fef350..e638a4e 100644
--- a/usr.sbin/pccard/pccardd/file.c
+++ b/usr.sbin/pccard/pccardd/file.c
@@ -26,7 +26,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: file.c,v 1.14 1998/03/09 05:18:56 hosokawa Exp $";
+ "$Id: file.c,v 1.15 1998/04/25 17:52:15 hosokawa Exp $";
#endif /* not lint */
#include <stdio.h>
@@ -52,8 +52,6 @@ static char *keys[] = {
"ether", /* 9 */
"insert", /* 10 */
"remove", /* 11 */
- "iosize", /* 12 */
- "memsize", /* 13 */
0
};
@@ -68,8 +66,6 @@ static char *keys[] = {
#define KWD_ETHER 9
#define KWD_INSERT 10
#define KWD_REMOVE 11
-#define KWD_IOSIZE 12
-#define KWD_MEMSIZE 13
struct flags {
char *name;
OpenPOWER on IntegriCloud