mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
325 B
Plaintext
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>
|
|
|