diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2000-05-19 17:07:06 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2000-05-19 17:07:06 +0000 |
commit | a9a955645a5f1c50ab7a8caa52ccfac72db0fb41 (patch) | |
tree | 9207c2c9d27c9ca2a3024a02b72522a623c923cd /sys/kern/subr_userconf.c | |
parent | 5e96f967ae848bd5dfdb7a74aadb7006d3d279a1 (diff) |
Add enable to history when enable command i used. Reported by itojun@ and David Brownlee <abs@mono.org>. -moj
Diffstat (limited to 'sys/kern/subr_userconf.c')
-rw-r--r-- | sys/kern/subr_userconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_userconf.c b/sys/kern/subr_userconf.c index d449812eef4..d52132e99b9 100644 --- a/sys/kern/subr_userconf.c +++ b/sys/kern/subr_userconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: subr_userconf.c,v 1.19 2000/01/08 23:23:37 d Exp $ */ +/* $OpenBSD: subr_userconf.c,v 1.20 2000/05/19 17:07:05 maja Exp $ */ /* * Copyright (c) 1996 Mats O Jansson <moj@stacken.kth.se> @@ -589,7 +589,7 @@ userconf_enable(devno) printf(" already"); } else { /* XXX add cmd 'e' <devno> eoc */ - userconf_hist_cmd('d'); + userconf_hist_cmd('e'); userconf_hist_int(devno); userconf_hist_eoc(); } |