summaryrefslogtreecommitdiff
path: root/x11/xterm/patches/patch-xterm_h
blob: 9ddb35bad4e283cbad6958ae19caf87eda9977ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$OpenBSD$

OpenBSD build defines

Index: xterm.h
--- xterm.h.orig
+++ xterm.h
@@ -158,9 +158,11 @@
 #endif
 
 #if defined(__OpenBSD__)
+#define USE_UTMP_SETGID True
 #define DEFDELETE_DEL True
 #define DEF_BACKARO_ERASE True
 #define DEF_INITIAL_ERASE True
+#define SIG_ATOMIC_T volatile sig_atomic_t
 #endif
 
 #if defined(__SCO__) || defined(__UNIXWARE__)