[PVFS2-CVS]
commit by robl in pvfs2-1/src/apps/kernel/linux: pvfs2-client.c
CVS commit program
cvs at parl.clemson.edu
Fri Feb 11 13:23:43 EST 2005
Update of /projects/cvsroot/pvfs2-1/src/apps/kernel/linux
In directory parlweb:/tmp/cvs-serv6457/src/apps/kernel/linux
Modified Files:
pvfs2-client.c
Log Message:
a plain fprintf will suffice
Index: pvfs2-client.c
===================================================================
RCS file: /projects/cvsroot/pvfs2-1/src/apps/kernel/linux/pvfs2-client.c,v
diff -u -w -p -u -r1.9 -r1.10
--- pvfs2-client.c 11 Feb 2005 18:22:44 -0000 1.9
+++ pvfs2-client.c 11 Feb 2005 18:23:43 -0000 1.10
@@ -55,7 +55,7 @@ int main(int argc, char **argv)
* we don't see the message. */
if ((getuid() != 0) && (geteuid() != 0))
{
- gossip_err("Error: must be run as root\n");
+ fprintf(stderr, "Error: must be run as root\n");
return(-1);
}
More information about the PVFS2-CVS
mailing list