summaryrefslogtreecommitdiffstats
path: root/sbin/dumpon
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-10-03 23:53:54 +0000
committerdes <des@FreeBSD.org>2004-10-03 23:53:54 +0000
commit72fbac0362fcb4e3d40549b01108935c54e9515f (patch)
tree81f760a1fe45b8c238616e6e519a2908ece5f033 /sbin/dumpon
parentb0b3b91c96ed89269885704b8ddf31bc10999c79 (diff)
downloadFreeBSD-src-72fbac0362fcb4e3d40549b01108935c54e9515f.zip
FreeBSD-src-72fbac0362fcb4e3d40549b01108935c54e9515f.tar.gz
Whitespace nit.
Diffstat (limited to 'sbin/dumpon')
-rw-r--r--sbin/dumpon/dumpon.c1
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)
OpenPOWER on IntegriCloud