6662a88d8a
silc improved is a SILC client without an user interface. It does output via files and input throught FIFOs. Most features of SILC are implemented. Lots of testing and help from sthen@. Thank you! ok sthen@
13 lines
283 B
Plaintext
13 lines
283 B
Plaintext
$OpenBSD: patch-si_c,v 1.1.1.1 2008/12/08 11:23:08 bernd Exp $
|
|
--- si.c.orig Fri Nov 14 20:51:38 2008
|
|
+++ si.c Fri Nov 14 20:51:56 2008
|
|
@@ -2143,7 +2143,7 @@ SilcClientOperations ops = {
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
- char c;
|
|
+ int c;
|
|
int do_fork = 0;
|
|
|
|
while (1) {
|