Diff for /freem/src/ssvn_system.c between versions 1.4 and 1.5

version 1.4, 2025/03/09 19:50:47 version 1.5, 2025/03/24 04:13:11
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.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   *   Revision 1.4  2025/03/09 19:50:47  snw
  *   Second phase of REUSE compliance and header reformat   *   Second phase of REUSE compliance and header reformat
  *   *
Line 432  void ssvn_system(short action, char *key Line 435  void ssvn_system(short action, char *key
             merr_clear ();              merr_clear ();
             goto done;              goto done;
   
         case dat:          case fra_dat:
             symtab_shm (action, key, data);              symtab_shm (action, key, data);
             merr_clear ();              merr_clear ();
             goto done;              goto done;

Removed from v.1.4  
changed lines
  Added in v.1.5


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