Comment 1 for bug 1843674

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

The fix does apply but not work as-is:

../../../../gnulib/tests/test-openpty.c: In function 'main':
../../../../gnulib/tests/test-openpty.c:47:24: error: 'ENENT' undeclared (first use in this function)
           if (errno != ENENT) {
                        ^
../../../../gnulib/tests/test-openpty.c:47:24: note: each undeclared identifier is reported only once for each function it appears in

Diving into sbuild env to check what we could do ...