diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-29 11:36:47 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-29 11:36:47 +0000 |
| commit | bcac5617610e6e964658ee966421c5a1dc5f46f9 (patch) | |
| tree | 2e0d82bf2d1b2e748cf90056e6abb08b198a1ec0 /sys/kern/subr_log.c | |
| parent | a29b6fccc0d480a9f4fed41056a2f357aaf1101b (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_log.c')
| -rw-r--r-- | sys/kern/subr_log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_log.c b/sys/kern/subr_log.c index 8ae51a967e9b..394bf9f00904 100644 --- a/sys/kern/subr_log.c +++ b/sys/kern/subr_log.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)subr_log.c 8.1 (Berkeley) 6/10/93 - * $Id: subr_log.c,v 1.5 1994/10/02 17:35:22 phk Exp $ + * $Id: subr_log.c,v 1.6 1995/04/29 05:09:19 jkh Exp $ */ /* @@ -234,7 +234,7 @@ logioctl(dev, com, data, flag, p) break; default: - return (EINVAL); + return (ENOTTY); } return (0); } |
