mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
13 lines
301 B
Plaintext
13 lines
301 B
Plaintext
$NetBSD: patch-aa,v 1.1 2006/02/16 18:31:06 joerg Exp $
|
|
|
|
--- run-prelude-manager.c.orig 2006-02-16 18:22:30.000000000 +0000
|
|
+++ run-prelude-manager.c
|
|
@@ -9,6 +9,7 @@
|
|
#include <sys/wait.h>
|
|
#include <pwd.h>
|
|
#include <syslog.h>
|
|
+#include <sys/time.h>
|
|
#include <sys/resource.h>
|
|
|
|
#define MAX_ARGS 40
|