看板 DFBSD_bugs 關於我們 聯絡資訊
On Wed, Sep 22, 2004 at 06:32:34AM +0200, Simon Schubert wrote: > >In file included from /usr/src/usr.sbin/pfctl/pf_print_state.c:39: > >/usr/obj/usr/src/world_i386/usr/include/netinet/tcp_fsm.h:111: warning: > >initialization discards qualifiers from pointer target type [...] I fixed this. > >/usr/src/usr.sbin/pflogd/pflogd.c: In function `main': > >/usr/src/usr.sbin/pflogd/pflogd.c:559: warning: implicit declaration of > >function `pidfile' This is now fixed. > >privsep_fdpass.o -lpcap -lutil > >pflogd.o: In function `main': > >pflogd.o(.text+0xab2): undefined reference to `pidfile' > >*** Error code 1 Somehow a commit got lost, which added pidfile(3) to libutil. Joerg