NetBSD-Bugs archive

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

Re: kern/41842: Delete parenthesis in rtsock.c



The following reply was made to PR kern/41842; it has been noted by GNATS.

From: henning petersen <henning.petersen%t-online.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/41842: Delete parenthesis in rtsock.c
Date: Fri, 07 Aug 2009 14:57:04 +0200

 gnats-admin%netbsd.org@localhost schrieb:
 > Thank you very much for your problem report.
 > It has the internal identification `kern/41842'.
 > The individual assigned to look at your
 > report is: kern-bug-people. 
 >
 >   
 >> Category:       kern
 >> Responsible:    kern-bug-people
 >> Synopsis:       Missing parenthesis in lfs_segment.c
 >> Arrival-Date:   Fri Aug 07 11:55:00 +0000 2009
 >>     
 >
 >
 > __________ Information from ESET NOD32 Antivirus, version of virus signature 
 > database 4314 (20090807) __________
 >
 > The message was checked by ESET NOD32 Antivirus.
 >
 > http://www.eset.com
 >
 >
 >
 >
 >   
 diff -u -r1.125 rtsock.c
 --- sys/net/rtsock.c    2 Apr 2009 21:02:06 -0000    1.125
 +++ sys/net/rtsock.c    7 Aug 2009 12:17:40 -0000
 @@ -361,7 +361,7 @@
                          "ifa_getifa %p ifa_seqno %p\n",
                          inet_ntoa(
                          (const struct sockaddr_in *)
 -                        info.rti_info[RTAX_DST])->sin_addr),
 +                        info.rti_info[RTAX_DST])->sin_addr,
                          (void *)rtifa->ifa_getifa,
                          rtifa->ifa_seqno);
                  }
 
 
 
 __________ Information from ESET NOD32 Antivirus, version of virus signature 
database 4314 (20090807) __________
 
 The message was checked by ESET NOD32 Antivirus.
 
 http://www.eset.com
 
 


Home | Main Index | Thread Index | Old Index