Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/dist/ipf/tools Pull up revision 1.2 (requested by chris...
details: https://anonhg.NetBSD.org/src/rev/b4146a8b5292
branches: netbsd-2-0
changeset: 561218:b4146a8b5292
user: tron <tron%NetBSD.org@localhost>
date: Sun May 30 11:27:32 2004 +0000
description:
Pull up revision 1.2 (requested by christos in ticket #416):
PR/25594: Arto Huusko: LP64 sign extension bug in ipnat.
Fix: change to ioctlcmd_t as suggested by darren.
diffstat:
dist/ipf/tools/ipnat_y.y | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r af652e10882c -r b4146a8b5292 dist/ipf/tools/ipnat_y.y
--- a/dist/ipf/tools/ipnat_y.y Sun May 30 11:27:18 2004 +0000
+++ b/dist/ipf/tools/ipnat_y.y Sun May 30 11:27:32 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ipnat_y.y,v 1.1.1.1 2004/03/28 08:56:34 martti Exp $ */
+/* $NetBSD: ipnat_y.y,v 1.1.1.1.2.1 2004/05/30 11:27:32 tron Exp $ */
%{
#ifdef __FreeBSD__
@@ -685,7 +685,7 @@
void *ptr;
{
ipfobj_t obj;
- int add, del;
+ ioctlcmd_t add, del;
ipnat_t *ipn;
ipn = ptr;
Home |
Main Index |
Thread Index |
Old Index