mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
17 lines
249 B
Plaintext
17 lines
249 B
Plaintext
upstreamed
|
|
|
|
Index: src/tgtsnarf.c
|
|
--- src/tgtsnarf.c.orig
|
|
+++ src/tgtsnarf.c
|
|
@@ -261,9 +261,8 @@ int
|
|
main(int argc, char *argv[])
|
|
#endif
|
|
{
|
|
- signed char c;
|
|
char *p, *host, *realm, user[128];
|
|
- int i;
|
|
+ int c, i;
|
|
|
|
host = realm = NULL;
|
|
|