Module Name: src Committed By: pooka Date: Thu Jan 10 19:14:12 UTC 2013
Modified Files: src/lib/librumpuser: rumpuser.c Log Message: .. and make it compile on said platforms. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/lib/librumpuser/rumpuser.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/librumpuser/rumpuser.c diff -u src/lib/librumpuser/rumpuser.c:1.26 src/lib/librumpuser/rumpuser.c:1.27 --- src/lib/librumpuser/rumpuser.c:1.26 Thu Jan 10 19:13:04 2013 +++ src/lib/librumpuser/rumpuser.c Thu Jan 10 19:14:12 2013 @@ -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 @@ rumpuser_writewatchfile_setup(int inotif 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; }