forked from Imagelibrary/rtems
2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libc/ctermid.c: Include <string.h>. * libc/ttyname.c: Ditto. * libc/ttyname_r.c: Ditto.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#if defined(RTEMS_NEWLIB)
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
static char *ctermid_name = "/dev/console";
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
#include <dirent.h>
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <paths.h>
|
||||
#include <_syslist.h>
|
||||
#include <errno.h>
|
||||
|
||||
@@ -50,6 +50,7 @@ static char sccsid[] = "@(#)ttyname.c 5.10 (Berkeley) 5/6/91";
|
||||
#include <dirent.h>
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <paths.h>
|
||||
#include <_syslist.h>
|
||||
#include <errno.h>
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2002-04-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* libc/ctermid.c: Include <string.h>.
|
||||
* libc/ttyname.c: Ditto.
|
||||
* libc/ttyname_r.c: Ditto.
|
||||
|
||||
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* configure.ac:
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#if defined(RTEMS_NEWLIB)
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
static char *ctermid_name = "/dev/console";
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
#include <dirent.h>
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <paths.h>
|
||||
#include <_syslist.h>
|
||||
#include <errno.h>
|
||||
|
||||
@@ -50,6 +50,7 @@ static char sccsid[] = "@(#)ttyname.c 5.10 (Berkeley) 5/6/91";
|
||||
#include <dirent.h>
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <paths.h>
|
||||
#include <_syslist.h>
|
||||
#include <errno.h>
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#if defined(RTEMS_NEWLIB)
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
static char *ctermid_name = "/dev/console";
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
#include <dirent.h>
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <paths.h>
|
||||
#include <_syslist.h>
|
||||
#include <errno.h>
|
||||
|
||||
@@ -50,6 +50,7 @@ static char sccsid[] = "@(#)ttyname.c 5.10 (Berkeley) 5/6/91";
|
||||
#include <dirent.h>
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <paths.h>
|
||||
#include <_syslist.h>
|
||||
#include <errno.h>
|
||||
|
||||
Reference in New Issue
Block a user