Changed msg_style and msg_delim to be file static to m_getfld.c
[mmh] / uip / termsbr.c
index 71782d7..fa33fac 100644 (file)
@@ -57,7 +57,7 @@ static char termcap[TXTSIZ];
 static void
 read_termcap(void)
 {
-    char *bp, *cp;
+    char *cp;
     char *term;
 
 #ifndef TGETENT_ACCEPTS_NULL