djb stuff on newer ubuntu

Since maybe 9.04 (for sure on 10.4), djb stuff (daemontools, ptyget, …) does not compile out of the box. The only change needed is to replace, in errno.h,

extern int errno;

with

#include <errno.h>

Leave a Reply