Put # endif directive after the right (i.e., matching) close brace
to prevent compilation error.
This commit is contained in:
parent
7d83a5201a
commit
beb808e530
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: fil.c,v 1.38 2000/08/12 08:04:18 veego Exp $ */
|
||||
/* $NetBSD: fil.c,v 1.39 2000/08/12 14:17:13 enami Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (C) 1993-2000 by Darren Reed.
|
||||
|
@ -9,7 +9,7 @@
|
|||
*/
|
||||
#if !defined(lint)
|
||||
#if defined(__NetBSD__)
|
||||
static const char rcsid[] = "$NetBSD: fil.c,v 1.38 2000/08/12 08:04:18 veego Exp $";
|
||||
static const char rcsid[] = "$NetBSD: fil.c,v 1.39 2000/08/12 14:17:13 enami Exp $";
|
||||
#else
|
||||
static const char sccsid[] = "@(#)fil.c 1.36 6/5/96 (C) 1993-2000 Darren Reed";
|
||||
static const char rcsid[] = "@(#)Id: fil.c,v 2.35.2.19 2000/07/27 13:08:18 darrenr Exp";
|
||||
|
@ -856,12 +856,12 @@ int out;
|
|||
pass = FR_INQUE|FR_NOMATCH|FR_LOGB;
|
||||
(void) IPLLOG(pass, ip, fin, m);
|
||||
}
|
||||
# endif
|
||||
# if !SOLARIS
|
||||
m_freem(m);
|
||||
# endif
|
||||
return error;
|
||||
}
|
||||
# endif
|
||||
#endif
|
||||
pass = fr_pass;
|
||||
if (fin->fin_fi.fi_fl & FI_SHORT) {
|
||||
|
|
Loading…
Reference in New Issue