| # | Line 402 | Line 402 | badopt: | |
|---|---|---|
| 402 | ||
| 403 | void | |
| 404 | wputs( /* warning output function */ | |
| 405 | < | char *s |
| 405 | > | const char *s |
| 406 | ) | |
| 407 | { | |
| 408 | int lasterrno = errno; | |
| # | Line 413 | Line 413 | wputs( /* warning output function */ | |
| 413 | ||
| 414 | void | |
| 415 | eputs( /* put string to stderr */ | |
| 416 | < | char *s |
| 416 | > | const char *s |
| 417 | ) | |
| 418 | { | |
| 419 | static int midline = 0; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |