ports/net/tcpview/files/patch-callbacks.c
Yen-Ming Lee 8759718fa9 Fix build noticed by bento
drop maintainership (requested by MAINTAINER)

PR:		48256
Submitted by:	Volker Stolz <vs@foldr.org>
2003-02-18 17:57:17 +00:00

11 lines
330 B
C

--- callbacks.c.orig Thu Feb 13 19:14:15 2003
+++ callbacks.c Thu Feb 13 19:14:42 2003
@@ -66,7 +66,7 @@
extern Widget hex_text_widget; /* hex (bottom) window */
extern Widget packet_label;
-extern char *sys_errlist[];
+extern __const char *__const sys_errlist[];
#ifdef __STDC__
void redisplay_current_list(void);