diff options
| author | cgd <cgd@NetBSD.org> | 1994-05-04 05:41:55 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1994-05-04 05:41:55 +0000 |
| commit | 17f30a5d0b352d63cce7bbabbd07db330189ba0d (patch) | |
| tree | fb7fd5294e4129937a4d710a9c942b70a0d7f9af /sys/miscfs | |
| parent | bf2e2efc8193aa5007b6cadacf2f18ead57d275d (diff) | |
kill obvious bug; glad to know this was tested!
Diffstat (limited to 'sys/miscfs')
| -rw-r--r-- | sys/miscfs/procfs/procfs_note.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/miscfs/procfs/procfs_note.c b/sys/miscfs/procfs/procfs_note.c index 504581f294e..9a2baa64495 100644 --- a/sys/miscfs/procfs/procfs_note.c +++ b/sys/miscfs/procfs/procfs_note.c @@ -37,7 +37,7 @@ * From: * Id: procfs_note.c,v 4.1 1993/12/17 10:47:45 jsp Rel * - * $Id: procfs_note.c,v 1.3 1994/05/04 03:42:19 cgd Exp $ + * $Id: procfs_note.c,v 1.4 1994/05/04 05:41:55 cgd Exp $ */ #include <sys/param.h> @@ -119,7 +119,7 @@ pfs_donote(curp, p, pfs, uio) return 0; sig = ffs((long)mask); - if (error = pfs_readnote(sig, pfs, uio)) + if (error = pfs_readnote(sig, uio)) return error; p->p_sig &= ~mask; |
