NetBSD-Bugs archive

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

Re: kern/21513



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

From: Jukka Ruohonen <jruohonen%iki.fi@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: kern/21513
Date: Fri, 22 May 2009 08:41:01 +0300

 This seems to be still valid after six years. 
 
 I verified that "src/sys/net/bpf.c" indeed lacks SIOCGIFADDR and that a
 small test program fails with Invalid argument.
 
 Could this be closed with the following diff?
 
 Index: bpf.4
 ===================================================================
 RCS file: /cvsroot/src/share/man/man4/bpf.4,v
 retrieving revision 1.39.26.1
 diff -u -p -r1.39.26.1 bpf.4
 --- bpf.4      11 Apr 2009 06:29:51 -0000      1.39.26.1
 +++ bpf.4      22 May 2009 05:33:20 -0000
 @@ -310,8 +310,6 @@ file descriptor.
  .Bl -tag -width indent -offset indent
  .It Dv FIONREAD (int)
  Returns the number of bytes that are immediately available for reading.
 -.It Dv SIOCGIFADDR (struct ifreq)
 -Returns the address associated with the interface.
  .It Dv FIONBIO (int)
  Set or clear non-blocking I/O.
  If arg is non-zero, then doing a
 


Home | Main Index | Thread Index | Old Index