./tcpdump.c:1951:13: warning: assigning to 'char *' from 'const char [7]'
discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
username = WITH_USER;
^ ~~~~~~~~~
u_char *pcap_userdata;
char ebuf[PCAP_ERRBUF_SIZE];
char VFileLine[PATH_MAX + 1];
u_char *pcap_userdata;
char ebuf[PCAP_ERRBUF_SIZE];
char VFileLine[PATH_MAX + 1];
+ const char *username = NULL;
#ifndef _WIN32
const char *chroot_dir = NULL;
#endif
#ifndef _WIN32
const char *chroot_dir = NULL;
#endif