diff options
| author | Roy Marples <roy@marples.name> | 2019-11-29 01:13:35 +0300 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-11-29 01:13:35 +0300 |
| commit | 18be71e842f64f2f6fe130865aa58b4221e5024d (patch) | |
| tree | 458ae62ad75013e85dd31672ab3bb1036b5b6537 /src/ipv6nd.c | |
| parent | d5786118da1bad4c247631cae86344f1b249a8cb (diff) | |
| download | dhcpcd-18be71e842f64f2f6fe130865aa58b4221e5024d.tar.xz | |
Solaris: Fix non PRIVSEP compile
Diffstat (limited to 'src/ipv6nd.c')
| -rw-r--r-- | src/ipv6nd.c | 2 |
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; |
