ports/x11/eterm/patches/patch-src_eterm_utmp_h

12 lines
446 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- src/eterm_utmp.h.orig Wed Nov 14 17:28:42 2007
+++ src/eterm_utmp.h Wed Nov 14 17:29:05 2007
@@ -69,7 +69,7 @@
# ifdef HAVE_LASTLOG_H
# include <lastlog.h>
# endif
-# if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__bsdi__) || defined(__DragonFly__)
+# if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) || defined(__DragonFly__)
# include <ttyent.h>
# define NEW_BSD_UTMP
# endif