diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 10:35:44 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 10:35:44 +0000 |
commit | ca55ab571893a4cd2f4207580718ee602770ec3c (patch) | |
tree | 0200b4edc6f09225518d16134e28aa7e351fa3ca /math/rapid/files | |
parent | 107cce2791b885165c552be6e6c4ee8fbd7b04ef (diff) |
Notes
Diffstat (limited to 'math/rapid/files')
-rw-r--r-- | math/rapid/files/patch-sample_client.C | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/rapid/files/patch-sample_client.C b/math/rapid/files/patch-sample_client.C new file mode 100644 index 000000000000..ea604b4b0542 --- /dev/null +++ b/math/rapid/files/patch-sample_client.C @@ -0,0 +1,11 @@ +--- ./sample_client.C.orig 2014-02-21 11:34:06.215654443 +0100 ++++ ./sample_client.C 2014-02-21 11:34:17.068652509 +0100 +@@ -42,7 +42,7 @@ + #define LISTS 0 + + +-main() ++int main() + { + // first, get a couple of boxes in which to put our models + |