| 37 |
#include <unistd.h> |
#include <unistd.h> |
| 38 |
/* EX_NOINPUT, EX_USAGE */ |
/* EX_NOINPUT, EX_USAGE */ |
| 39 |
#include <sysexits.h> |
#include <sysexits.h> |
| 40 |
|
|
| 41 |
|
#ifdef __linux__ |
| 42 |
/* mtrace, muntrace */ |
/* mtrace, muntrace */ |
| 43 |
#include <mcheck.h> |
#include <mcheck.h> |
| 44 |
/* ioctl */ |
/* ioctl */ |
| 45 |
#include <sys/ioctl.h> |
#include <sys/ioctl.h> |
| 46 |
/* KDMKTONE */ |
/* KDMKTONE */ |
| 47 |
#include <linux/kd.h> |
#include <linux/kd.h> |
| 48 |
|
#endif /* __linux__ */ |
| 49 |
|
|
| 50 |
#include "stack.h" |
#include "stack.h" |
| 51 |
|
|
| 886 |
if(env->free_string!=NULL) |
if(env->free_string!=NULL) |
| 887 |
free(env->free_string); |
free(env->free_string); |
| 888 |
|
|
| 889 |
|
#ifdef __linux__ |
| 890 |
muntrace(); |
muntrace(); |
| 891 |
|
#endif |
| 892 |
|
|
| 893 |
exit(EXIT_SUCCESS); |
exit(EXIT_SUCCESS); |
| 894 |
} |
} |
| 963 |
|
|
| 964 |
int c; /* getopt option character */ |
int c; /* getopt option character */ |
| 965 |
|
|
| 966 |
|
#ifdef __linux__ |
| 967 |
mtrace(); |
mtrace(); |
| 968 |
|
#endif |
| 969 |
|
|
| 970 |
init_env(&myenv); |
init_env(&myenv); |
| 971 |
|
|
| 1679 |
return sx_72656164(env); |
return sx_72656164(env); |
| 1680 |
} |
} |
| 1681 |
|
|
| 1682 |
|
#ifdef __linux__ |
| 1683 |
extern void beep(environment *env) |
extern void beep(environment *env) |
| 1684 |
{ |
{ |
| 1685 |
int freq, dur, period, ticks; |
int freq, dur, period, ticks; |
| 1722 |
abort(); |
abort(); |
| 1723 |
} |
} |
| 1724 |
} |
} |
| 1725 |
|
#endif /* __linux__ */ |
| 1726 |
|
|
| 1727 |
/* "wait" */ |
/* "wait" */ |
| 1728 |
extern void sx_77616974(environment *env) |
extern void sx_77616974(environment *env) |