Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/dist/ipf/tools PR/25594: Arto Huusko: LP64 sign extension bu...



details:   https://anonhg.NetBSD.org/src/rev/12998715e925
branches:  trunk
changeset: 566971:12998715e925
user:      christos <christos%NetBSD.org@localhost>
date:      Wed May 26 20:32:48 2004 +0000

description:
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 ae6d91242e74 -r 12998715e925 dist/ipf/tools/ipnat_y.y
--- a/dist/ipf/tools/ipnat_y.y  Wed May 26 17:15:17 2004 +0000
+++ b/dist/ipf/tools/ipnat_y.y  Wed May 26 20:32:48 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.2 2004/05/26 20:32:48 christos 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