summaryrefslogtreecommitdiff
path: root/lang/spl/patches/patch-webspld_c
blob: b20241e8c39375d7557a1711b4cce83630c11e5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-webspld_c,v 1.1 2012/04/13 05:51:44 dholland Exp $

Use standard headers.

--- webspld.c~	2006-10-22 11:08:09.000000000 +0000
+++ webspld.c
@@ -34,11 +34,7 @@
 #include <errno.h>
 #include <signal.h>
 #include <fcntl.h>
-
-#ifdef USEBSDAPI
-//that's for PATH_MAX
-#include <sys/syslimits.h>
-#endif
+#include <limits.h>
 
 #ifdef ENABLE_PTHREAD_SUPPORT
 #  include <pthread.h>