summaryrefslogtreecommitdiff
path: root/sys/kern
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-03-03 06:19:23 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2000-03-03 06:19:23 +0000
commit409b17240c00324d479bb427f01ec6f24e645e8c (patch)
treeb34b51fbffc90a004e8955d61c6dea4248e1ac7b /sys/kern
parent241b2f3e7dfd8d01131bff2498cd84fc2b1a8844 (diff)
Remove extraneous newline.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/uipc_mbuf.c3
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);
}
-