--- freem/src/ssvn_system.c	2025/03/09 15:20:18	1.3
+++ freem/src/ssvn_system.c	2025/03/24 04:13:11	1.5
@@ -1,23 +1,11 @@
 /*
- *                            *
- *                           * *
- *                          *   *
- *                     ***************
- *                      * *       * *
- *                       *  MUMPS  *
- *                      * *       * *
- *                     ***************
- *                          *   *
- *                           * *
- *                            *
- *
- *   ssvn_system.c
- *    ^$SYSTEM ssv
+ *   $Id: ssvn_system.c,v 1.5 2025/03/24 04:13:11 snw Exp $
+ *    ^$SYSTEM ssvn
  *
  *  
  *   Author: Serena Willis <snw@coherent-logic.com>
  *    Copyright (C) 1998 MUG Deutschland
- *    Copyright (C) 2020 Coherent Logic Development LLC
+ *    Copyright (C) 2020, 2025 Coherent Logic Development LLC
  *
  *
  *   This file is part of FreeM.
@@ -35,6 +23,16 @@
  *   You should have received a copy of the GNU Affero Public License
  *   along with FreeM.  If not, see <https://www.gnu.org/licenses/>.
  *
+ *   $Log: ssvn_system.c,v $
+ *   Revision 1.5  2025/03/24 04:13:11  snw
+ *   Replace action macro dat with fra_dat to avoid symbol conflict on OS/2
+ *
+ *   Revision 1.4  2025/03/09 19:50:47  snw
+ *   Second phase of REUSE compliance and header reformat
+ *
+ *
+ * SPDX-FileCopyrightText:  (C) 2025 Coherent Logic Development LLC
+ * SPDX-License-Identifier: AGPL-3.0-or-later
  **/
 
 #include <inttypes.h>
@@ -437,7 +435,7 @@ void ssvn_system(short action, char *key
             merr_clear ();
             goto done;
 
-        case dat:
+        case fra_dat:
             symtab_shm (action, key, data);
             merr_clear ();
             goto done;