aboutsummaryrefslogtreecommitdiff
path: root/emulators/vt100/files/patch-pty.c
blob: 206fab4e9d010f660348889231d49a926ffb30e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- pty.c.orig	2021-12-05 10:19:53 UTC
+++ pty.c
@@ -1,6 +1,3 @@
-#define _XOPEN_SOURCE 600
-#define _DEFAULT_SOURCE
-#define _DARWIN_C_SOURCE
 #include <stdlib.h>
 #include <fcntl.h>
 #include <unistd.h>