Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librumpuser .. and make it compile on said platforms.
details: https://anonhg.NetBSD.org/src/rev/e87b27d63997
branches: trunk
changeset: 783857:e87b27d63997
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Jan 10 19:14:12 2013 +0000
description:
.. and make it compile on said platforms.
diffstat:
lib/librumpuser/rumpuser.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 16cb326ab082 -r e87b27d63997 lib/librumpuser/rumpuser.c
--- a/lib/librumpuser/rumpuser.c Thu Jan 10 19:13:04 2013 +0000
+++ b/lib/librumpuser/rumpuser.c Thu Jan 10 19:14:12 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpuser.c,v 1.26 2013/01/10 19:13:04 pooka Exp $ */
+/* $NetBSD: rumpuser.c,v 1.27 2013/01/10 19:14:12 pooka Exp $ */
/*
* Copyright (c) 2007-2010 Antti Kantee. All Rights Reserved.
@@ -28,7 +28,7 @@
#include "rumpuser_port.h"
#if !defined(lint)
-__RCSID("$NetBSD: rumpuser.c,v 1.26 2013/01/10 19:13:04 pooka Exp $");
+__RCSID("$NetBSD: rumpuser.c,v 1.27 2013/01/10 19:14:12 pooka Exp $");
#endif /* !lint */
#include <sys/ioctl.h>
@@ -706,7 +706,7 @@
static int warned = 0;
if (!warned) {
- fprintf("WARNING: rumpuser writewatchfile routines are "
+ fprintf(stderr, "WARNING: rumpuser writewatchfile routines are "
"polling-only on this platform\n");
warned = 1;
}
Home |
Main Index |
Thread Index |
Old Index