summaryrefslogtreecommitdiffstats
path: root/freebsd/contrib/libpcap/pcap_version.h
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijaykumar9597@gmail.com>2019-04-02 17:33:19 +0530
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-04-02 14:09:28 +0200
commit3f2b54d9715f0ad54a28a25d99be26340a35296a (patch)
treef91d8df282e924223a67f944e2c780e48658caf5 /freebsd/contrib/libpcap/pcap_version.h
parentnfsclient: Fix for 64-bit targets (diff)
downloadrtems-libbsd-3f2b54d9715f0ad54a28a25d99be26340a35296a.tar.bz2
Remove pcap_version.h
Diffstat (limited to '')
-rw-r--r--freebsd/contrib/libpcap/pcap_version.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/freebsd/contrib/libpcap/pcap_version.h b/freebsd/contrib/libpcap/pcap_version.h
deleted file mode 100644
index 619c6d8a..00000000
--- a/freebsd/contrib/libpcap/pcap_version.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * We make the version string static, and return a pointer to it, rather
- * than exporting the version string directly. On at least some UNIXes,
- * if you import data from a shared library into an program, the data is
- * bound into the program binary, so if the string in the version of the
- * library with which the program was linked isn't the same as the
- * string in the version of the library with which the program is being
- * run, various undesirable things may happen (warnings, the string
- * being the one from the version of the library with which the program
- * was linked, or even weirder things, such as the string being the one
- * from the library but being truncated).
- */
-static const char pcap_version_string[] = "libpcap version 1.8.1";