627aa4a08e
This is a port of the LIRC, Linux Infrared Remote Control, package (www.lirc.org). This port installs the daemons and tools for interacting with device drivers that support the LIRC device interface. The port does not install any FreeBSD infrared device drivers yet; the user must obtain these from third parties or port the existing Linux drivers. PR: ports/46774 Submitted by: Mike Heffner <mikeh@FreeBSD.org> <mheffner@acm.vt.edu>
11 lines
229 B
Text
11 lines
229 B
Text
--- tools/irpty.c.orig Sat Jan 4 22:10:23 2003
|
|
+++ tools/irpty.c Sat Jan 4 22:11:26 2003
|
|
@@ -36,7 +36,7 @@
|
|
#include <unistd.h>
|
|
|
|
#ifdef HAVE_FORKPTY
|
|
-#include <pty.h>
|
|
+#include <libutil.h>
|
|
#endif
|
|
|
|
#include "lirc_client.h"
|