]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fix savecore so that it works on the alpha after the size change
authorgallatin <gallatin@FreeBSD.org>
Thu, 13 Sep 2001 21:19:13 +0000 (21:19 +0000)
committergallatin <gallatin@FreeBSD.org>
Thu, 13 Sep 2001 21:19:13 +0000 (21:19 +0000)
commitaa094c1b930f7056fe73997f6128a518ebc525ed
treeea2cf20b245c4b8517285963500a6a609135aec9
parent30b1089d33d73e2f1ba32d9f419400d07ebf4b27
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
sbin/savecore/savecore.c