summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-07-02 12:35:19 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-07-02 12:35:19 +0000
commit760d7d7ccb26410ccfba162c3946b2a0cc8a516e (patch)
tree2227a3d17047e52d6a2938d88d6be88867096825
parentfa970b52648e202226e960bede0dd3d837e2bed5 (diff)
INTEGRATION: CWS ooo11rc (1.4.132); FILE MERGED
2003/06/27 14:41:11 hro 1.4.132.1: #i16053# Removed debug messages
-rw-r--r--sal/osl/unx/util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/unx/util.c b/sal/osl/unx/util.c
index 6395b6006..29713f5f8 100644
--- a/sal/osl/unx/util.c
+++ b/sal/osl/unx/util.c
@@ -2,9 +2,9 @@
*
* $RCSfile: util.c,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: obr $ $Date: 2001-12-17 12:28:33 $
+ * last change: $Author: vg $ $Date: 2003-07-02 13:35:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -286,7 +286,7 @@ static int osl_getHWAddr(const char *ifname, char* hard_addr)
ret=osl_checkAddr(hard_addr);
if (ret < 0) {
- fprintf(stderr, "SIOCGIFADDR got '00:00:00:00:00:00'\n");
+/* fprintf(stderr, "SIOCGIFADDR got '00:00:00:00:00:00'\n"); */
return ret;
}