diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-03-03 06:19:23 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-03-03 06:19:23 +0000 |
commit | 409b17240c00324d479bb427f01ec6f24e645e8c (patch) | |
tree | b34b51fbffc90a004e8955d61c6dea4248e1ac7b /sys/kern | |
parent | 241b2f3e7dfd8d01131bff2498cd84fc2b1a8844 (diff) |
Remove extraneous newline.
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/uipc_mbuf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/uipc_mbuf.c b/sys/kern/uipc_mbuf.c index 84f0d8efe9d..8a2a063734a 100644 --- a/sys/kern/uipc_mbuf.c +++ b/sys/kern/uipc_mbuf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uipc_mbuf.c,v 1.20 2000/03/02 21:40:49 angelos Exp $ */ +/* $OpenBSD: uipc_mbuf.c,v 1.21 2000/03/03 06:19:22 angelos Exp $ */ /* $NetBSD: uipc_mbuf.c,v 1.15.4.1 1996/06/13 17:11:44 cgd Exp $ */ /* @@ -1023,4 +1023,3 @@ m_apply(m, off, len, f, fstate) return (0); } - |