diff options
author | attilio <attilio@FreeBSD.org> | 2010-02-15 23:44:48 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2010-02-15 23:44:48 +0000 |
commit | b9f41eb4705eb1bcf0b1f2029543db6d15cd96d8 (patch) | |
tree | a4fd84a41b79ba73a3442bbb48fa15ca5eece537 /sys/ia64/conf | |
parent | 41e9684047f8dd7c589de5ead04b7c8778387d44 (diff) | |
download | FreeBSD-src-b9f41eb4705eb1bcf0b1f2029543db6d15cd96d8.zip FreeBSD-src-b9f41eb4705eb1bcf0b1f2029543db6d15cd96d8.tar.gz |
Adjust style (following the already existing rules) for the newly
introduced option DEADLKRES.
Reported by: danfe, julian, avg
Diffstat (limited to 'sys/ia64/conf')
-rw-r--r-- | sys/ia64/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index c1501d9..b64c014 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -31,7 +31,7 @@ options COMPAT_43TTY # BSD 4.3 TTY compat (sgtty) options COMPAT_FREEBSD6 # Compatible with FreeBSD6 options COMPAT_FREEBSD7 # Compatible with FreeBSD7 options DDB # Support DDB -options DEADLKRES # Enable the deadlock resolver +options DEADLKRES # Enable the deadlock resolver options FFS # Berkeley Fast Filesystem options GDB # Support remote GDB options GEOM_LABEL # Provides labelization |