diff options
| author | christos <christos@NetBSD.org> | 2005-07-10 09:22:56 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2005-07-10 09:22:56 +0000 |
| commit | b132d4d5fd98ce714d2b901137db404dbfbc0aaa (patch) | |
| tree | db3f5ec028d914cd80a351db717cd636e39920d6 /sys/dist | |
| parent | ba7a82bf5c20c2f1bb36748b011cbae9d7ce04b2 (diff) | |
Fix typo
Diffstat (limited to 'sys/dist')
| -rw-r--r-- | sys/dist/ipf/netinet/fil.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dist/ipf/netinet/fil.c b/sys/dist/ipf/netinet/fil.c index 17ab37bd3a2..6b347ef0abc 100644 --- a/sys/dist/ipf/netinet/fil.c +++ b/sys/dist/ipf/netinet/fil.c @@ -1,4 +1,4 @@ -/* $NetBSD: fil.c,v 1.18 2005/07/10 05:49:38 christos Exp $ */ +/* $NetBSD: fil.c,v 1.19 2005/07/10 09:22:56 christos Exp $ */ /* * Copyright (C) 1993-2003 by Darren Reed. @@ -135,7 +135,7 @@ struct file; #if !defined(lint) #if defined(__NetBSD__) #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: fil.c,v 1.18 2005/07/10 05:49:38 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: fil.c,v 1.19 2005/07/10 09:22:56 christos 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.243.2.57 2005/03/28 10:47:50 darrenr Exp"; @@ -887,7 +887,7 @@ fr_info_t *fin; icmphdr_t *icmp; if (fin->fin_off != 0) { - fprp_short(fin, ICMPERR_ICMPHLEN); + frpr_short(fin, ICMPERR_ICMPHLEN); return; } |
