[project @ 2001-04-02 16:10:32 by rrt]
[ghc-hetmet.git] / ghc / lib / std / cbits / stgio.h
index 1734b64..9734281 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: stgio.h,v 1.25 2001/01/16 14:06:14 simonmar Exp $
+ * $Id: stgio.h,v 1.28 2001/04/02 16:10:33 rrt Exp $
  *
  * (c) The GRASP/AQUA Project, Glasgow University, 1994-1999
  *
@@ -15,8 +15,7 @@
 #include "stgerror.h"
 #include "fileObject.h"
 
-/* Function prototypes for the I/O subsytem...
- */
+/* Function prototypes for the I/O subsytem... */
 
 /* closeFile.c */
 StgAddr allocMemory__ (StgInt);
@@ -172,8 +171,8 @@ StgInt  write_ (StgForeignPtr ptr, StgAddr buf, StgInt len);
 /* tcSetAttr.c */
 #ifdef HAVE_TERMIOS_H
 #include <termios.h>
-#endif
 int tcSetAttr (int fd, int options, const struct termios *tp);
+#endif
 
 #endif /* ! STGIO_H */