diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-08-24 11:00:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-08-24 11:00:32 +0000 |
commit | 3cfef80e56979634e21dc7670ab9c381e6d2a46c (patch) | |
tree | b13213d326e5852d2f7c415f2d1607c40d3f94f0 /math/calctool/files/patch-display.c | |
parent | Fix build with clang (diff) |
Fix build with clang
Notes
Notes:
svn path=/head/; revision=303070
Diffstat (limited to 'math/calctool/files/patch-display.c')
-rw-r--r-- | math/calctool/files/patch-display.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/math/calctool/files/patch-display.c b/math/calctool/files/patch-display.c new file mode 100644 index 000000000000..9e59e7cb0fb3 --- /dev/null +++ b/math/calctool/files/patch-display.c @@ -0,0 +1,10 @@ +--- ./display.c.orig 1990-02-02 03:02:53.000000000 +0100 ++++ ./display.c 2012-08-24 12:52:07.093913492 +0200 +@@ -269,6 +269,7 @@ + } + + ++void + process_item(n) + int n ; + { |