diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-09-15 23:52:33 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-09-15 23:52:33 +0000 |
commit | c6b984d8058ab876f53d398de8fa5bd0fe94f3ed (patch) | |
tree | 9623172587ee64a8d9fb9b535bb79a6e17309aae /sys/dev/hil/files.hil | |
parent | e549718af42473c07a9ca542ed5da16ba8ffba93 (diff) |
code locator is optional
Diffstat (limited to 'sys/dev/hil/files.hil')
-rw-r--r-- | sys/dev/hil/files.hil | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/hil/files.hil b/sys/dev/hil/files.hil index 7730e3b69d9..85bc347ea36 100644 --- a/sys/dev/hil/files.hil +++ b/sys/dev/hil/files.hil @@ -1,9 +1,9 @@ -# $OpenBSD: files.hil,v 1.4 2003/02/15 23:50:02 miod Exp $ +# $OpenBSD: files.hil,v 1.5 2004/09/15 23:52:32 mickey Exp $ # # Configuration file for machine-independent HIL code. # -device hil { code = -1 } +device hil {[code = -1]} file dev/hil/hil.c hil needs-flag device hilkbd: wskbddev |