Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/accessibility/yasr/files/patch-yasr__main.c
16462 views
1
--- yasr/main.c.orig 2007-09-23 00:46:58 UTC
2
+++ yasr/main.c
3
@@ -24,11 +24,7 @@
4
5
#include "yasr.h"
6
#include "term.h"
7
-#include <utmp.h>
8
-#ifdef HAVE_UTMPX_H
9
#include <utmpx.h>
10
-#endif
11
-#define UTMP_HACK
12
#include <unistd.h>
13
#include <sys/types.h>
14
#include <sys/wait.h>
15
16