mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
e1663c6ba0
- Add LICENSE and chase project URL change. - Reset maintainership due to long inactivity.
13 lines
300 B
C
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"
|
|
|