Diff for /freem/src/shmmgr.h between versions 1.3 and 1.4

version 1.3, 2025/03/09 19:50:47 version 1.4, 2025/03/26 15:17: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.4  2025/03/26 15:17:12  snw
    *   Fall back to global-backed SSVNs when memory-backed globals fail in attempt to fix Tru64
    *
  *   Revision 1.3  2025/03/09 19:50:47  snw   *   Revision 1.3  2025/03/09 19:50:47  snw
  *   Second phase of REUSE compliance and header reformat   *   Second phase of REUSE compliance and header reformat
  *   *
Line 118  typedef struct shm_hdr_t { Line 121  typedef struct shm_hdr_t {
     char *argptr;      char *argptr;
     long PSIZE;      long PSIZE;
     long symlen;      long symlen;
       short use_mb_globals;
           
     /* pid of process currently in transaction */      /* pid of process currently in transaction */
     /* zero if nobody owns these exclusive rights */      /* zero if nobody owns these exclusive rights */

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


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