(copy, atopi, same): Remove, use strcpy(), atoi(), strcmp(). Callers
changed. Remove empty source files.
This commit is contained in:
parent
9c90022634
commit
d0feb8570a
11 changed files with 11 additions and 311 deletions
|
@ -90,7 +90,7 @@ chan(void)
|
|||
return RET_SYN;
|
||||
p[sizeof(us->nat_cnam) - 1] = 0;
|
||||
for (cn = 0; NULL != (natp = getnatp(cn)); cn++) {
|
||||
if (same(p, natp->nat_cnam)) {
|
||||
if (!strcmp(p, natp->nat_cnam)) {
|
||||
pr("Country #%d is already called `%s'!\n", cn, p);
|
||||
return RET_FAIL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue