Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make compat files actually use compat.h. Ooops. | Kristaps Dzonsons | 2011-12-18 | 1 | -0/+4 |
| | |||||
* | Compatibility support fgetln() on Linux. This uses the BSD-licensed | Kristaps Dzonsons | 2011-12-13 | 1 | -0/+89 |
implementation from NetBSD tnftpd, Christos Zoulas (copyright message retained in the compat_fgetln.c file). Patch verified by schwarze@. He notes that you'll need -pthread for -static binaries (due to libdb), so I've noted that -static should really only be used for BSD UNIX. While here, add some forgotten goop to the Makefile, building and cleaning extra manpages. |