osmo-pcap/src
Harald Welte 407f7f9307 Fix compiler warning about deprecated _BSD_SOURCE
On (at least) Debian unstable I'm seeing the following compiler
warninig:

/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"

Apparently this was deprecated in glibc 2.20 released in 2014 (!)

Change-Id: I826189dec4107e7c3e8cf4c013316ef3014b7857
2019-01-26 17:39:19 +01:00
..
Makefile.am Rename osmo_pcap_{client_server} executables to osmo-pcap-{client,server} 2017-07-21 15:21:01 +02:00
osmo_client_core.c Fix compiler warning about deprecated _BSD_SOURCE 2019-01-26 17:39:19 +01:00
osmo_client_main.c client: Add pcap snaplen VTY cmd 2018-10-08 20:20:43 +02:00
osmo_client_network.c client_send_link: snaplen not needed during allocation 2018-10-08 20:20:43 +02:00
osmo_client_vty.c client: Add pcap snaplen VTY cmd 2018-10-08 20:20:43 +02:00
osmo_common.c client: Allow to configure and connect multiple servers 2016-11-09 01:04:04 +01:00
osmo_server_main.c server: Add pcap snaplen VTY cmd 2018-10-08 20:20:43 +02:00
osmo_server_network.c server: Add pcap snaplen VTY cmd 2018-10-08 20:20:43 +02:00
osmo_server_vty.c server: Add pcap snaplen VTY cmd 2018-10-08 20:20:43 +02:00
osmo_tls.c client: Finish renaming client to conn in other places of the code 2016-11-09 00:20:29 +01:00