aboutsummaryrefslogtreecommitdiff
path: root/libmpio/src/mpio.c
diff options
context:
space:
mode:
authorgermeier <germeier>2004-04-19 12:19:19 +0000
committergermeier <germeier>2004-04-19 12:19:19 +0000
commit8239e1579a40a1355a74ba911a9db1d6d7405bfe (patch)
tree765ff95e08cba33b17e49e0078a17180ff284922 /libmpio/src/mpio.c
parent5961b46c312996207fb13d22c02bd3326ea48eb4 (diff)
downloadmpiosh-8239e1579a40a1355a74ba911a9db1d6d7405bfe.tar.gz
mpiosh-8239e1579a40a1355a74ba911a9db1d6d7405bfe.tar.bz2
mpiosh-8239e1579a40a1355a74ba911a9db1d6d7405bfe.zip
several debug messages clean ups
removed #ifdefs HAVE_USB (is mandatory!) added #ifdefs USE_KMODULE (is deprecated but can still be used) added hotplug infrastructure changed version to 0.7.1-pre1
Diffstat (limited to 'libmpio/src/mpio.c')
-rw-r--r--libmpio/src/mpio.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/libmpio/src/mpio.c b/libmpio/src/mpio.c
index 3e08617..6915ff1 100644
--- a/libmpio/src/mpio.c
+++ b/libmpio/src/mpio.c
@@ -1,8 +1,8 @@
/*
- * $Id: mpio.c,v 1.11 2004/01/13 11:37:34 germeier Exp $
+ * $Id: mpio.c,v 1.12 2004/04/19 12:19:26 germeier Exp $
*
* libmpio - a library for accessing Digit@lways MPIO players
- * Copyright (C) 2002, 2003 Markus Germeier
+ * Copyright (C) 2002-2004 Markus Germeier
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -234,14 +234,6 @@ mpio_init_internal(mpio_t *m)
sm->cdir = sm->root;
if (sm->version) {
- printf("*******************************************\n");
- printf("This is a work-in-progress version, so BEWARE!\n");
- printf("The assumed status of this code is:\n");
- printf(" * reading: assumed working\n");
- printf(" * deleting: assumed working, needs further testing\n");
- printf(" * writing: assumed working, needs further testing\n");
- printf(" * formatting: assumed working, needs further testing\n");
-
/* special features */
sm->recursive_directory=1;
} else {