Date: Sun, 30 Sep 2001 15:53:36 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/savecore Makefile savecore.8 savecore.c Message-ID: <200109302253.f8UMraH61263@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
kris 2001/09/30 15:53:36 PDT
Modified files: (Branch: RELENG_4)
sbin/savecore Makefile savecore.8 savecore.c
Log:
MFC: * Switch from doing compress(1)ed crashdumps with the -z flag to using
gzip(1). gdb doesn't understand these, but then again it didn't
understand compressed crashdumps either.
* Change a stray lseek() into a Lseek()
* Remove the extraneous prototype for log() which has apparently never
existed in FreeBSD's sources
Revision Changes Path
1.3.8.2 +3 -4 src/sbin/savecore/Makefile
1.8.2.4 +3 -3 src/sbin/savecore/savecore.8
1.28.2.11 +8 -7 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?200109302253.f8UMraH61263>
