Diff for /freem/src/log.c between versions 1.13 and 1.14

version 1.13, 2025/04/16 17:36:12 version 1.14, 2025/05/14 12:22:04
Line 24 Line 24
  *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.   *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.
  *   *
  *   $Log$   *   $Log$
    *   Revision 1.14  2025/05/14 12:22:04  snw
    *   Further work on shared memory
    *
  *   Revision 1.13  2025/04/16 17:36:12  snw   *   Revision 1.13  2025/04/16 17:36:12  snw
  *   Add FreeBSD shm cleanup script   *   Add FreeBSD shm cleanup script
  *   *
Line 78 Line 81
 #include "log.h" /* for logging constants */  #include "log.h" /* for logging constants */
 #include "init.h" /* for cleanup() */  #include "init.h" /* for cleanup() */
 #include "iniconf.h" /* for read_profile_string() */  #include "iniconf.h" /* for read_profile_string() */
   #include "shmmgr.h" /* for shm_exit() */
   
 short log_threshold_file;  short log_threshold_file;
 short log_threshold_syslog;  short log_threshold_syslog;

Removed from v.1.13  
changed lines
  Added in v.1.14


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>