freebsd-ports/accessibility/yasr/files/patch-yasr__main.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

14 lines
275 B
C

--- yasr/main.c.orig 2007-09-23 00:46:58 UTC
+++ yasr/main.c
@@ -24,11 +24,7 @@
#include "yasr.h"
#include "term.h"
-#include <utmp.h>
-#ifdef HAVE_UTMPX_H
#include <utmpx.h>
-#endif
-#define UTMP_HACK
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>