tcpdump: Do not rely on u_char typedef

This commit is contained in:
Sebastian Huber 2022-05-18 09:37:32 +02:00
parent ae635eb214
commit 3883871a13

View File

@ -139,7 +139,7 @@ RTEMS_LINKER_RWSET_CONTENT(bsd_prog_tcpdump, extern int nd_smi_module_loaded);
/* print-sll.c */
/* print-slow.c */
/* print-smb.c */
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_tcpdump, extern u_char const *startbuf);
RTEMS_LINKER_RWSET_CONTENT(bsd_prog_tcpdump, extern unsigned char const *startbuf);
/* print-smtp.c */
/* print-snmp.c */
/* print-stp.c */