2013-09-26 17:14:40 +02:00

15 lines
325 B
Plaintext

$NetBSD: patch-ad,v 1.1.1.1 2007/08/30 00:47:01 jnemeth Exp $
--- kksystr/include/kkiproc.h.orig Tue Jul 9 13:07:29 2002
+++ kksystr/include/kkiproc.h
@@ -9,7 +9,9 @@
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
+#ifdef __linux__
#include <utmp.h>
+#endif
#include <string.h>
#include <ctype.h>