Hello: I am trying to compile a very old piece of software, supermongo, on -current.
The first complain I get from gmake is that get1char.c:26:14: fatal error: 'sgtty.h' file not found # include <sgtty.h> ^~~~~~~~~ 1 error generated. *** Error 1 in devices (Makefile:5 'get1char.o') My first guess is that it's been removed from current because it was a very old thing and maybe with security holes. What would be a workaround? I guess that quite a few codes still need that? thanks! P.