diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2002-07-28 06:59:40 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2002-07-28 06:59:40 +0000 |
| commit | 9ffb7cd974ba0f282960040079c2895fd33d9f0d (patch) | |
| tree | ba25227c9ea4ad1b939cf56791ce521d86f8574b /sbin/devfs/rule.c | |
| parent | ec7e38fb22396cd9fd264e99b2dd083a9ec92ed6 (diff) | |
Notes
Diffstat (limited to 'sbin/devfs/rule.c')
| -rw-r--r-- | sbin/devfs/rule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/devfs/rule.c b/sbin/devfs/rule.c index 8f401e1617e4..f1fd908753e3 100644 --- a/sbin/devfs/rule.c +++ b/sbin/devfs/rule.c @@ -226,7 +226,7 @@ rule_show(int ac __unused, char **av) err(1, "ioctl DEVFSIO_RGETNEXT"); } return (0); -} +} static int rule_showsets(int ac, char **av __unused) |
