From: angelos Date: Fri, 3 Mar 2000 06:19:22 +0000 (+0000) Subject: Remove extraneous newline. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b0fb07e241349f673cd139555adbd8132a49506f;p=openbsd Remove extraneous newline. --- 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); } -