On Thu, 17 Dec 2020, Paul Gofman wrote: [...]
Is it possible to see the output of 'ifconfig' from debiant?
You can't because it's not installed. But this should do:
diff --git a/Makefile.in b/Makefile.in index b52495f741f..e07b8c39fab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,6 +91,7 @@ TOP_INSTALL_DEV = @TOP_INSTALL_DEV@
all: wine @echo "Wine build complete." + ip address
# Rules for re-running configure
diff --git a/dlls/ws2_32/tests/sock.c b/dlls/ws2_32/tests/sock.c index 98cc3881853..5d28df13498 100644 --- a/dlls/ws2_32/tests/sock.c +++ b/dlls/ws2_32/tests/sock.c @@ -1,4 +1,4 @@ -/* +/* Dummy * Unit test suite for winsock functions * * Copyright 2002 Martin Wilck