artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f74b784
)
do not assume <netmls/mpls.h> will pull in <limits.h> via <sys/param.h>
author
deraadt
<deraadt@openbsd.org>
Thu, 15 Jan 2015 23:51:04 +0000
(23:51 +0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 15 Jan 2015 23:51:04 +0000
(23:51 +0000)
get <limits.h> directly.
ok millert
usr.sbin/ldpctl/ldpctl.c
patch
|
blob
|
history
diff --git
a/usr.sbin/ldpctl/ldpctl.c
b/usr.sbin/ldpctl/ldpctl.c
index
135bf96
..
c6e4660
100644
(file)
--- a/
usr.sbin/ldpctl/ldpctl.c
+++ b/
usr.sbin/ldpctl/ldpctl.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ldpctl.c,v 1.1
6 2013/11/14 20:48:52
deraadt Exp $
+/* $OpenBSD: ldpctl.c,v 1.1
7 2015/01/15 23:51:04
deraadt Exp $
*
* Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@
-33,6
+33,7
@@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <limits.h>
#include "ldp.h"
#include "ldpd.h"