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

version 1.4, 2025/03/09 19:50:47 version 1.6, 2025/04/06 03:38:05
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.6  2025/04/06 03:38:05  snw
    *   Prepare for adding packaging functionality to fmd
    *
    *   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 371  void ssvn_system(short action, char *key Line 377  void ssvn_system(short action, char *key
             }              }
             else if (strcmp (r->subscripts[0], "ZDATE_FORMAT") == 0) {              else if (strcmp (r->subscripts[0], "ZDATE_FORMAT") == 0) {
                 get_conf ("SYSTEM", "zdate_format", data);                  get_conf ("SYSTEM", "zdate_format", data);
                 stcnv_c2m (data);                  stcnv_c2m (data);                
                   
                                   
                 break;                  break;
             }              }
Line 432  void ssvn_system(short action, char *key Line 437  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.6


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