head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.08.01.18.11.29; author ryoon; state Exp; branches; next ; commitid H0LRE2vyJXI7LXPG; desc @@ 1.1 log @lang/rexx-imc: Fix build with GCC 14 and honor LDFLAGS @ text @$NetBSD$ --- rxstack.c.orig 1996-08-01 15:41:44.000000000 +0000 +++ rxstack.c @@@@ -4,6 +4,7 @@@@ #include #include #include +#include #include #include @@@@ -15,8 +16,10 @@@@ int s; /* The socket fd char *buff; /* An input buffer */ unsigned bufflen; /* The amount of memory allocated */ int s; /* The socket fd */ +int x2d(char *); +int pop(char, int); -main(argc,argv) +int main(argc,argv) int argc; char **argv; { @