freebsd-dev/sbin/savecore
des 667f9d47ad Remove superfluous code:
1) use devname() instead of searching /dev for the dump device

   2) use fopen() instead of open() so we don't need to differentiate
      between compressing and not compressing when writing the core
      file or the kernel (zopen() returns a FILE *, so we just use
      fwrite() in both cases)

There should be no functional changes.
2000-09-28 20:09:36 +00:00
..
Makefile a header file for zopen.3 1996-08-20 20:49:39 +00:00
savecore.8 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
savecore.c Remove superfluous code: 2000-09-28 20:09:36 +00:00