On Sun, Jul 19, 2015 at 04:09:33AM +0100 I heard the voice of Aaron Sloman, and lo! it spake thus: > > It should have been > > + # define __USE_POSIX
Interesting. That doesn't seem to accord at all with the manpages I'm reading (for CentOS 7, but it would be beyond crazy for things to differ that much). I'll do a little more research and see what I can find... > I wonder whether I can switch from the old running version to this > newly built one to test it without having to log out and log in > (which would be very disruptive) if I replace the old ctwm binary > with the new one and then invoke the f.restart function via the menu > option I had set up to invoke it? Yes, f.restart basically just does exec(argv) and restarts itself with the same args. I often have things setup so the 'ctwm' I call in .xinitrc is actually a symlink, then I can just redirect it to a different build easily and restart. It's also possible that --replace may work, depending on [I don't really know]. If you run something other than ctwm as the final thing holding .xinitrc open, of course, you could just kill it and start a new one. -- Matthew Fuller (MF4839) | [email protected] Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.
