Skip to content

Commit

Permalink
supply socklen_t
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Sep 8, 2002
1 parent ab66319 commit 89bca0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freebsd2/usr.sbin/rip6query/Makefile
Expand Up @@ -3,7 +3,7 @@ SRCDIR= ${.CURDIR}/../../kame/rip6query
PROG= rip6query
MAN8= rip6query.8

CFLAGS+= -DINET6 -I${SRCDIR}/../route6d
CFLAGS+= -DINET6 -I${SRCDIR}/../route6d -Dsocklen_t=u_int
LDADD+= -L${.CURDIR}/../../lib/libinet6 -L${.CURDIR}/../../lib/libinet6/obj \
-L/usr/local/v6/lib -linet6
DPADD+= ${.CURDIR}/../../lib/libinet6/libinet6.a \
Expand Down

0 comments on commit 89bca0d

Please sign in to comment.