On 21/11/25 13:14, Markus Armbruster wrote:
Error messages change from

     Can't open /dev/ip (actually /dev/udp)
     Can't open /dev/tap
     Can't open /dev/tap (2)

to

     Could not open '/dev/udp': REASON
     Could not open '/dev/tap': REASON

where REASON is the value of strerror(errno).

Signed-off-by: Markus Armbruster <[email protected]>
Reviewed-by: Dr. David Alan Gilbert <[email protected]>
---
  net/tap-solaris.c | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>


Reply via email to