mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 10:00:37 -04:00
13 lines
285 B
C
13 lines
285 B
C
--- reslimits.c.orig Wed Jan 23 22:39:27 2002
|
|
+++ reslimits.c Wed Jan 23 22:41:29 2002
|
|
@@ -9,8 +9,9 @@
|
|
#ifndef NORLIMIT
|
|
|
|
#include <stdio.h>
|
|
-#include <sys/resource.h>
|
|
+#include <sys/types.h>
|
|
#include <sys/time.h>
|
|
+#include <sys/resource.h>
|
|
|
|
reslimits( type, value )
|
|
char *type;
|