Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2001 14:19:13 -0700 (PDT)
From:      Andrew Gallatin <gallatin@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/savecore savecore.c
Message-ID:  <200109132119.f8DLJDv66096@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gallatin    2001/09/13 14:19:13 PDT

  Modified files:
    sbin/savecore        savecore.c 
  Log:
  fix savecore so that it works on the alpha after the size change
  of dumpmag from an int to a u_long in rev 1.41 -- without this
  change, savecore will always fail like this:
  
  #savecore -v /var/crash
  dumplo = 874356736 (1707728 * 512)
  savecore: magic number mismatch (8fca0101 != 8fca0101)
  savecore: no core dump
  
  Revision  Changes    Path
  1.45      +3 -3      src/sbin/savecore/savecore.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109132119.f8DLJDv66096>