Re-add version.c which got lost in the update.

(This is not an official interface, but we want to be compatible.)
pointed out by Bernd Ernesti
This commit is contained in:
drochner 2006-05-02 09:59:26 +00:00
parent 70ff37328f
commit 12f037f2be
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.28 2006/04/25 18:36:44 drochner Exp $
# $NetBSD: Makefile,v 1.29 2006/05/02 09:59:26 drochner Exp $
.include <bsd.own.mk>
@ -25,7 +25,7 @@ CPPFLAGS+= -DINET6
SRCS= scanner.l savefile.c pcap.c pcap-bpf.c optimize.c nametoaddr.c \
inet.c grammar.y gencode.c fad-getad.c etherent.c bpf_image.c \
bpf_dump.c
bpf_dump.c version.c
.PATH: ${NETBSDSRCDIR}/sys/net
SRCS+= bpf_filter.c

3
lib/libpcap/version.c Normal file
View File

@ -0,0 +1,3 @@
/* $NetBSD: version.c,v 1.6 2006/05/02 09:59:26 drochner Exp $ */
char pcap_version[] = "0.9.4";