summaryrefslogtreecommitdiff
path: root/security/distcache/files/patch-proto_fd.c
blob: a9bbf9a8bba2dabff575f67cc99df0db8ba21e62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
*** libnal/proto_fd.c.ori       Wed Apr 13 19:34:07 2005
--- libnal/proto_fd.c   Wed Apr 13 21:51:20 2005
***************
*** 24,29 ****
--- 24,36 ----
  #include <libnal/nal.h>
  #include "nal_internal.h"
  #include <libsys/post.h>
+ #ifdef __FreeBSD__
+ #if __FreeBSD_version >= 502010
+ #include <sys/limits.h>
+ #else
+ #include <machine/limits.h>
+ #endif
+ #endif /* __FreeBSD__ */

  /**************************/
  /* predeclare our vtables */