prepare autotools source release workflow

This commit is contained in:
Mario Fetka
2026-04-29 20:46:23 +02:00
parent 65d7b2c016
commit 2077123d00
38 changed files with 1592 additions and 433 deletions

View File

@@ -30,7 +30,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <ncp/ext/socket.h>
#include <sys/socket.h>
/* TBD */
#include <netinet/in.h>
#ifdef HAVE_NETINET_IF_ETHER_H
@@ -40,7 +40,8 @@
#endif
#include <string.h>
#include <sys/ioctl.h>
#include <ncp/kernel/if.h>
#include <net/if.h>
#include <netipx/ipx.h>
#include <signal.h>
#include <stdlib.h>
/* TBD */