diff options
author | des <des@FreeBSD.org> | 2004-10-03 23:53:54 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2004-10-03 23:53:54 +0000 |
commit | 72fbac0362fcb4e3d40549b01108935c54e9515f (patch) | |
tree | 81f760a1fe45b8c238616e6e519a2908ece5f033 /sbin/dumpon | |
parent | b0b3b91c96ed89269885704b8ddf31bc10999c79 (diff) | |
download | FreeBSD-src-72fbac0362fcb4e3d40549b01108935c54e9515f.zip FreeBSD-src-72fbac0362fcb4e3d40549b01108935c54e9515f.tar.gz |
Whitespace nit.
Diffstat (limited to 'sbin/dumpon')
-rw-r--r-- | sbin/dumpon/dumpon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/dumpon/dumpon.c b/sbin/dumpon/dumpon.c index 28c87fb..77aac33 100644 --- a/sbin/dumpon/dumpon.c +++ b/sbin/dumpon/dumpon.c @@ -119,7 +119,6 @@ main(int argc, char *argv[]) i = ioctl(fd, DIOCSKERNELDUMP, &u); if (i == 0 && verbose) printf("kernel dumps on %s\n", argv[0]); - } else { fd = open(_PATH_DEVNULL, O_RDONLY); if (fd < 0) |