summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-13 22:10:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-13 22:10:45 +0000
commitc629812c017addfdcbdf752637ab54e34a874b3b (patch)
treeae0680d199ddce9980adc6ee747474974e7bd4c5 /cpukit/libcsupport
parentWarning removal patch from Philip A. Prindeville <philipp@zembu.com>. (diff)
downloadrtems-c629812c017addfdcbdf752637ab54e34a874b3b.tar.bz2
Removed warnings.
Diffstat (limited to 'cpukit/libcsupport')
-rw-r--r--cpukit/libcsupport/src/ctermid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libcsupport/src/ctermid.c b/cpukit/libcsupport/src/ctermid.c
index 4fa7a2fb33..63fb610f43 100644
--- a/cpukit/libcsupport/src/ctermid.c
+++ b/cpukit/libcsupport/src/ctermid.c
@@ -16,7 +16,7 @@
#include <stdio.h>
-static ctermid_name = "/dev/console";
+static char *ctermid_name = "/dev/console";
char *ctermid(
char *s