Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet tabify a line.



details:   https://anonhg.NetBSD.org/src/rev/10d92bd4651e
branches:  trunk
changeset: 483975:10d92bd4651e
user:      itojun <itojun%NetBSD.org@localhost>
date:      Wed Mar 22 06:10:39 2000 +0000

description:
tabify a line.

diffstat:

 sys/netinet/ip_output.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a0e787e03cae -r 10d92bd4651e sys/netinet/ip_output.c
--- a/sys/netinet/ip_output.c   Wed Mar 22 04:42:01 2000 +0000
+++ b/sys/netinet/ip_output.c   Wed Mar 22 06:10:39 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_output.c,v 1.69 2000/03/01 12:49:35 itojun Exp $    */
+/*     $NetBSD: ip_output.c,v 1.70 2000/03/22 06:10:39 itojun Exp $    */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -1497,7 +1497,7 @@
        struct mbuf *copym;
 
        copym = m_copy(m, 0, M_COPYALL);
-        if (copym != NULL
+       if (copym != NULL
         && (copym->m_flags & M_EXT || copym->m_len < sizeof(struct ip)))
                copym = m_pullup(copym, sizeof(struct ip));
        if (copym != NULL) {



Home | Main Index | Thread Index | Old Index