aboutsummaryrefslogtreecommitdiff
path: root/contrib/libpcap/pcap-null.c
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1997-05-27 00:01:12 +0000
committerBill Fenner <fenner@FreeBSD.org>1997-05-27 00:01:12 +0000
commit3052b2361ad966417d046e346e72e1f48527c3bf (patch)
treee7b127d0e067d8d6a4207ccb869eff239ac41536 /contrib/libpcap/pcap-null.c
parent8cf6c252e716c4bba3d2e36b37e8df1762a07fc8 (diff)
downloadsrc-3052b2361ad966417d046e346e72e1f48527c3bf.tar.gz
src-3052b2361ad966417d046e346e72e1f48527c3bf.zip
Virgin import of libpcap 0.3
Notes
Notes: svn path=/vendor/libpcap/dist/; revision=26175
Diffstat (limited to 'contrib/libpcap/pcap-null.c')
-rw-r--r--contrib/libpcap/pcap-null.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libpcap/pcap-null.c b/contrib/libpcap/pcap-null.c
index e5f9db0ad6fc..bce37c62c7af 100644
--- a/contrib/libpcap/pcap-null.c
+++ b/contrib/libpcap/pcap-null.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1994, 1995
+ * Copyright (c) 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -19,8 +19,8 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
#ifndef lint
-static char rcsid[] =
- "@(#)$Header: pcap-null.c,v 1.5 95/10/07 03:05:43 leres Exp $ (LBL)";
+static const char rcsid[] =
+ "@(#) $Header: pcap-null.c,v 1.7 96/12/10 23:15:01 leres Exp $ (LBL)";
#endif
#include <sys/param.h> /* optionally get BSD define */