projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4887063
)
typo in tcp_open
author
Stu Grossman
<grossman@cygnus>
Thu, 8 Jun 1995 22:45:47 +0000
(22:45 +0000)
committer
Stu Grossman
<grossman@cygnus>
Thu, 8 Jun 1995 22:45:47 +0000
(22:45 +0000)
gdb/ser-tcp.c
patch
|
blob
|
history
diff --git
a/gdb/ser-tcp.c
b/gdb/ser-tcp.c
index 288ccb7260185d752ffc1534cac54e681ec86ad7..2483ccc438646755700990d6f1837c279c436d79 100644
(file)
--- a/
gdb/ser-tcp.c
+++ b/
gdb/ser-tcp.c
@@
-59,6
+59,7
@@
tcp_open(scb, name)
int tmp;
char hostname[100];
struct protoent *protoent;
+ int i;
port_str = strchr (name, ':');