14 lines
324 B
Text
14 lines
324 B
Text
$NetBSD: patch-ad,v 1.1 2005/03/10 14:13:24 tv Exp $
|
|
|
|
--- kksystr-0.1/include/kkiproc.h.orig Tue Jul 9 13:07:29 2002
|
|
+++ kksystr-0.1/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>
|
|
|