summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/fstat/fstat.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c
index 21582a92149..ffb5d6223db 100644
--- a/usr.bin/fstat/fstat.c
+++ b/usr.bin/fstat/fstat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fstat.c,v 1.56 2006/03/26 17:47:11 mickey Exp $ */
+/* $OpenBSD: fstat.c,v 1.57 2006/06/19 22:31:20 deraadt Exp $ */
/*-
* Copyright (c) 1988, 1993
@@ -37,7 +37,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)fstat.c 8.1 (Berkeley) 6/6/93";*/
-static char *rcsid = "$OpenBSD: fstat.c,v 1.56 2006/03/26 17:47:11 mickey Exp $";
+static char *rcsid = "$OpenBSD: fstat.c,v 1.57 2006/06/19 22:31:20 deraadt Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -742,7 +742,7 @@ kqueuetrans(struct kqueue *kq, int i, struct file *fp)
goto bad;
}
- printf("kqueue %p %d state: %s%s", kq, kqi.kq_count,
+ printf("kqueue %p %d state: %s%s\n", kq, kqi.kq_count,
(kqi.kq_state & KQ_SEL) ? "S" : "",
(kqi.kq_state & KQ_SLEEP) ? "W" : "");
return;