sj3lib: Get rid of sj_sysvdef.h
Signed-off-by: Masanori Ogino <mogino@acm.org>
This commit is contained in:
parent
2e09ce400a
commit
b2efd23d9a
2 changed files with 1 additions and 15 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue