summaryrefslogtreecommitdiff
path: root/comm/Stream.cc
diff options
context:
space:
mode:
Diffstat (limited to 'comm/Stream.cc')
-rw-r--r--comm/Stream.cc14
1 files changed, 8 insertions, 6 deletions
diff --git a/comm/Stream.cc b/comm/Stream.cc
index 02682ad..69ae41a 100644
--- a/comm/Stream.cc
+++ b/comm/Stream.cc
@@ -1,15 +1,17 @@
/*
- * The Unix Channel
+ * Ivy League
*
- * by Michel Beaudouin-Lafon
+ * Streams
*
- * Copyright 1990-1993
+ * Copyright 1990-2000
* Laboratoire de Recherche en Informatique (LRI)
+ * Centre d'Etudes de la Navigation Aerienne (CENA)
*
- * Streams
+ * original code by Michel Beaudouin-Lafon,
+ * modified by Stephane Chatty and Stephane Sire
*
* $Id$
- * $CurLog$
+ *
*/
#include "Stream.h"
@@ -92,6 +94,6 @@ IvlStream :: Listen (int n)
{
if (! Setup ())
return -1;
- return listen (FilDes (), n);
+ return listen (GetFd (), n);
}