Source-Changes-HG archive

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

[src/trunk]: src/sys/net add a blank line



details:   https://anonhg.NetBSD.org/src/rev/29aaf9c167f2
branches:  trunk
changeset: 532264:29aaf9c167f2
user:      itojun <itojun%NetBSD.org@localhost>
date:      Tue Jun 04 10:00:24 2002 +0000

description:
add a blank line

diffstat:

 sys/net/if_fddisubr.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 28937afc615e -r 29aaf9c167f2 sys/net/if_fddisubr.c
--- a/sys/net/if_fddisubr.c     Tue Jun 04 08:58:20 2002 +0000
+++ b/sys/net/if_fddisubr.c     Tue Jun 04 10:00:24 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_fddisubr.c,v 1.43 2001/11/12 23:49:38 lukem Exp $   */
+/*     $NetBSD: if_fddisubr.c,v 1.44 2002/06/04 10:00:24 itojun Exp $  */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -69,7 +69,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_fddisubr.c,v 1.43 2001/11/12 23:49:38 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_fddisubr.c,v 1.44 2002/06/04 10:00:24 itojun Exp $");
 
 #include "opt_inet.h"
 #include "opt_atalk.h"
@@ -852,6 +852,7 @@
                IF_ENQUEUE(inq, m);
        splx(s);
 }
+
 /*
  * Perform common duties while attaching to interface list
  */



Home | Main Index | Thread Index | Old Index