Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dist/ipf/netinet Fix typo
details: https://anonhg.NetBSD.org/src/rev/067f4f2ee925
branches: trunk
changeset: 582882:067f4f2ee925
user: christos <christos%NetBSD.org@localhost>
date: Sun Jul 10 09:22:56 2005 +0000
description:
Fix typo
diffstat:
sys/dist/ipf/netinet/fil.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 61b9310fd6c7 -r 067f4f2ee925 sys/dist/ipf/netinet/fil.c
--- a/sys/dist/ipf/netinet/fil.c Sun Jul 10 08:40:21 2005 +0000
+++ b/sys/dist/ipf/netinet/fil.c Sun Jul 10 09:22:56 2005 +0000
@@ -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 @@
#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 @@
icmphdr_t *icmp;
if (fin->fin_off != 0) {
- fprp_short(fin, ICMPERR_ICMPHLEN);
+ frpr_short(fin, ICMPERR_ICMPHLEN);
return;
}
Home |
Main Index |
Thread Index |
Old Index