Env, binkp 64bit, syslog (openlog) fixes

This commit is contained in:
zx
2024-05-18 23:56:03 +03:00
parent bcf0d456ee
commit 7879eb0cdc
10 changed files with 53 additions and 11 deletions
+2
View File
@@ -181,6 +181,8 @@ typedef struct {
*/
extern const char *BFERR[];
extern char * mainenv[];
int daemon_run(const char *confname, const char *incname, bool quit);
#endif
+1 -1
View File
@@ -19,7 +19,7 @@
#define EXEC_OPT_LOGOUT 0x04
#define EXEC_OPT_USESHELL 0x08
#define EXEC_MAX_NUM_ENVS 40
#define EXEC_MAX_NUM_ENVS 4095
#define EXEC_MAX_NUM_ARGS 20
#define EXEC_DEFAULT_UMASK ~(S_IRUSR|S_IWUSR);