diff options
| author | simonb <simonb@NetBSD.org> | 1999-07-02 15:58:35 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 1999-07-02 15:58:35 +0000 |
| commit | 3f777e28cc0745ded5728dede1e58a6bcf4d4d44 (patch) | |
| tree | ba97bc4458fd3ee777cb4c5b1c64685c92414a6e /lib/libpcap/gencode.c | |
| parent | 6bf3aa19f91ba1c6bd3eb75b24d45e6e6790420a (diff) | |
More trailing white space.
Diffstat (limited to 'lib/libpcap/gencode.c')
| -rw-r--r-- | lib/libpcap/gencode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libpcap/gencode.c b/lib/libpcap/gencode.c index f253299be2e..f773869ad84 100644 --- a/lib/libpcap/gencode.c +++ b/lib/libpcap/gencode.c @@ -1,4 +1,4 @@ -/* $NetBSD: gencode.c,v 1.13 1999/07/02 10:05:22 itojun Exp $ */ +/* $NetBSD: gencode.c,v 1.14 1999/07/02 16:03:41 simonb Exp $ */ /* * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997 @@ -26,7 +26,7 @@ static const char rcsid[] = "@(#) Header: gencode.c,v 1.93 97/06/12 14:22:47 leres Exp (LBL)"; #else -__RCSID("$NetBSD: gencode.c,v 1.13 1999/07/02 10:05:22 itojun Exp $"); +__RCSID("$NetBSD: gencode.c,v 1.14 1999/07/02 16:03:41 simonb Exp $"); #endif #endif @@ -104,7 +104,7 @@ bpf_error(fmt, va_alist) va_start(ap); #endif if (bpf_pcap != NULL) - (void)vsnprintf(pcap_geterr(bpf_pcap), + (void)vsnprintf(pcap_geterr(bpf_pcap), PCAP_ERRBUF_SIZE, fmt, ap); va_end(ap); longjmp(top_ctx, 1); |
