1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/korean/gtkcomm/files/patch-src-pcPTY.c
Jung-uk Kim e1663c6ba0 - Update to 0.8.1 and unbreak build on HEAD.
- Add LICENSE and chase project URL change.
- Reset maintainership due to long inactivity.
2011-08-03 23:58:53 +00:00

13 lines
300 B
C

--- src/pcPTY.c.orig 2003-02-17 20:30:10.000000000 -0500
+++ src/pcPTY.c 2011-08-03 19:07:17.000000000 -0400
@@ -21,8 +21,8 @@
# include <libutil.h>
#else
# include <pty.h> /* openpty() */
+# include <utmp.h> /* login_tty() */
#endif
-#include <utmp.h> /* login_tty() */
#include "pcMain.h"