NetBSD-Bugs archive

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

PR/49437 CVS commit: src/sys/net



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

From: "Ryota Ozaki" <ozaki-r%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49437 CVS commit: src/sys/net
Date: Mon, 8 Dec 2014 04:55:48 +0000

 Module Name:	src
 Committed By:	ozaki-r
 Date:		Mon Dec  8 04:55:47 UTC 2014
 
 Modified Files:
 	src/sys/net: if.c
 
 Log Message:
 Tweak ifconf (retry)
 
 The tweak makes the code intention clear and further changes easy.
 
 No functional change.
 
 The first trial broke SIOCGIFCONF (PR 49437). So as not to repeat the mistake,
 t_ifconf was added. It should warn if something goes wrong on ifconf.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.303 -r1.304 src/sys/net/if.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index