--- freem/src/mumps.c 2025/04/15 16:49:36 1.22 +++ freem/src/mumps.c 2025/04/16 05:57:42 1.25 @@ -1,5 +1,5 @@ /* - * $Id: mumps.c,v 1.22 2025/04/15 16:49:36 snw Exp $ + * $Id: mumps.c,v 1.25 2025/04/16 05:57:42 snw Exp $ * main module of freem * * @@ -24,6 +24,15 @@ * along with FreeM. If not, see . * * $Log: mumps.c,v $ + * Revision 1.25 2025/04/16 05:57:42 snw + * Remove non-useful procctl calls + * + * Revision 1.24 2025/04/16 05:37:06 snw + * Refine FreeBSD ASLR fix + * + * Revision 1.23 2025/04/16 05:33:15 snw + * Try to use procctl function to fix ASLR problem on FreeBSD + * * Revision 1.22 2025/04/15 16:49:36 snw * Make use of logprintf throughout codebase * @@ -116,7 +125,6 @@ #include #include #include "log.h" - #if defined(HAVE_GETOPT_H) # include #endif @@ -210,7 +218,6 @@ int main (int argc, char **argv, char ** strcpy (stack0, argv[0]); stcnv_c2m (stack0); - /* strncpy (config_file, SYSCONFDIR"/freem.conf", 100); */ @@ -749,7 +756,7 @@ int main (int argc, char **argv, char ** else { fm_initialized = TRUE; } - } + } if (first_process == TRUE) {