Begin port to GNU/kFreeBSD

This is just a minimal port to get Debian up and running; the rest will
be done later.
This commit is contained in:
Steven Chamberlain
2013-10-29 13:35:33 -05:00
committed by William Hubbs
parent 579838d2e7
commit 766d71c2d3
7 changed files with 26 additions and 6 deletions

View File

@ -44,7 +44,7 @@
#include <time.h>
#include <unistd.h>
#ifdef __linux__
#if defined(__linux__) || defined(__GLIBC__)
# include <pty.h>
#elif defined(__NetBSD__) || defined(__OpenBSD__)
# include <util.h>