From 16d9134b44f12dc18c2aad1955be0a81255ca3ee Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sun, 15 Jul 2001 00:56:19 +0000 Subject: - Update to version 0.20.1 - Add simple patch: if function return int, declare accordingly Submitted by: maintainer --- net/jags/files/patch-plugins::fixsmbcop.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/jags/files/patch-plugins::fixsmbcop.cpp (limited to 'net/jags/files/patch-plugins::fixsmbcop.cpp') diff --git a/net/jags/files/patch-plugins::fixsmbcop.cpp b/net/jags/files/patch-plugins::fixsmbcop.cpp new file mode 100644 index 000000000000..337683059551 --- /dev/null +++ b/net/jags/files/patch-plugins::fixsmbcop.cpp @@ -0,0 +1,11 @@ +--- plugins/fixsmbcop.cpp.orig Sat Jul 14 21:39:17 2001 ++++ plugins/fixsmbcop.cpp Sat Jul 14 21:40:25 2001 +@@ -27,7 +27,7 @@ + #include + #include + +-void ++int + main(int args, char *argv[]) { + if (args > 3) { + if (cin) { -- cgit v1.2.3