Diff for /freem/src/transact.c between versions 1.5 and 1.6

version 1.5, 2025/03/24 02:54:47 version 1.6, 2025/03/24 04:13:12
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/03/24 04:13:12  snw
    *   Replace action macro dat with fra_dat to avoid symbol conflict on OS/2
    *
  *   Revision 1.5  2025/03/24 02:54:47  snw   *   Revision 1.5  2025/03/24 02:54:47  snw
  *   Transaction compat fixes for OS/2   *   Transaction compat fixes for OS/2
  *   *
Line 493  void tp_get_op_name(char *buf, const sho Line 496  void tp_get_op_name(char *buf, const sho
             strcpy (buf, "GET");              strcpy (buf, "GET");
             break;              break;
   
         case dat:          case fra_dat:
             strcpy (buf, "$DATA");              strcpy (buf, "$DATA");
             break;              break;
   

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


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