diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-15 00:56:19 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-15 00:56:19 +0000 |
commit | 16d9134b44f12dc18c2aad1955be0a81255ca3ee (patch) | |
tree | c1206bb0d2c5b71dfe81a051346eb6b978bed654 /net/jags/files/patch-plugins::fixsmbcop.cpp | |
parent | Add p5-Date-Pcalc 1.2, gregorian calendar date calculations. (diff) |
- Update to version 0.20.1
- Add simple patch: if function return int, declare accordingly
Submitted by: maintainer
Diffstat (limited to 'net/jags/files/patch-plugins::fixsmbcop.cpp')
-rw-r--r-- | net/jags/files/patch-plugins::fixsmbcop.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
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 <stdio.h> + #include <stdlib.h> + +-void ++int + main(int args, char *argv[]) { + if (args > 3) { + if (cin) { |