summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/ttyname_r.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-30 13:46:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-30 13:46:28 +0000
commite4b25c4839ea118cfba447ca87e0edab0b09093f (patch)
tree651a13861bfb02cf8c29cb90efc5cc54bd73d80f /cpukit/libcsupport/src/ttyname_r.c
parentClarified. (diff)
downloadrtems-e4b25c4839ea118cfba447ca87e0edab0b09093f.tar.bz2
Corrected so they would compile with POSIX disabled.
Diffstat (limited to 'cpukit/libcsupport/src/ttyname_r.c')
-rw-r--r--cpukit/libcsupport/src/ttyname_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/ttyname_r.c b/cpukit/libcsupport/src/ttyname_r.c
index 656d988087..69ca36cc43 100644
--- a/cpukit/libcsupport/src/ttyname_r.c
+++ b/cpukit/libcsupport/src/ttyname_r.c
@@ -50,7 +50,7 @@ static char sccsid[] = "@(#)ttyname.c 5.10 (Berkeley) 5/6/91";
#include <_syslist.h>
#include <errno.h>
-#include <rtems/posix/seterr.h>
+#include "libio_.h"
/*
* ttyname_r() - POSIX 1003.1b 4.7.2 - Demetermine Terminal Device Name