summaryrefslogtreecommitdiffstats
path: root/src/ipv6nd.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2019-11-29 01:13:35 +0300
committerRoy Marples <roy@marples.name>2019-11-29 01:13:35 +0300
commit18be71e842f64f2f6fe130865aa58b4221e5024d (patch)
tree458ae62ad75013e85dd31672ab3bb1036b5b6537 /src/ipv6nd.c
parentd5786118da1bad4c247631cae86344f1b249a8cb (diff)
downloaddhcpcd-18be71e842f64f2f6fe130865aa58b4221e5024d.tar.xz
Solaris: Fix non PRIVSEP compile
Diffstat (limited to 'src/ipv6nd.c')
-rw-r--r--src/ipv6nd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipv6nd.c b/src/ipv6nd.c
index ebd427d1..1af16f17 100644
--- a/src/ipv6nd.c
+++ b/src/ipv6nd.c
@@ -236,7 +236,7 @@ eexit:
}
#ifdef __sun
-static int
+int
ipv6nd_open(struct interface *ifp)
{
int fd;