sj3lib: Get rid of sj_sysvdef.h

Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
Masanori Ogino 2023-11-30 05:36:34 +09:00
commit b2efd23d9a
2 changed files with 1 additions and 15 deletions

View file

@ -28,8 +28,6 @@
* from Sony Corporation.
*/
#include "sj_sysvdef.h"
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/un.h>
@ -48,10 +46,6 @@
#include "sj3err.h"
#include "sj3lib.h"
#ifdef SVR4
#define signal sigset
#endif
int sj3_error_number;
char *sj3_socket_name = SocketName;
char *sj3_port_name = PortName;