add a blank line
This commit is contained in:
parent
96858fc8b7
commit
b1654995d0
@ -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 @@ fddi_input(ifp, m)
|
||||
IF_ENQUEUE(inq, m);
|
||||
splx(s);
|
||||
}
|
||||
|
||||
/*
|
||||
* Perform common duties while attaching to interface list
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user