From 833e15959ca59011b38b7cf26448e69e68f5e88e Mon Sep 17 00:00:00 2001 From: dd Date: Sun, 28 Jul 2002 06:45:30 +0000 Subject: Implement this (quoted from the updated man page): If the first token of a rule specification is a single dash (``-''), rules are read from the standard input and the rest of the specification is ignored. --- sbin/devfs/extern.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sbin/devfs/extern.h') diff --git a/sbin/devfs/extern.h b/sbin/devfs/extern.h index 9814b15..d2c38ac 100644 --- a/sbin/devfs/extern.h +++ b/sbin/devfs/extern.h @@ -48,6 +48,8 @@ command_t rule_main, ruleset_main; int atonum(const char *, uint16_t *); int eatoi(const char *); uint16_t eatonum(const char *); +size_t efgetln(FILE *, char **); +void tokenize(const char *, int *, char ***); void usage(void) __dead2; extern int mpfd; /* Mount-point file descriptor. */ -- cgit v1.1