diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-08 23:40:56 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-08 23:40:56 +0000 |
commit | 9bbd56d5ed8dc61c966b38fb5112a2fd7eb20f36 (patch) | |
tree | 73799368e290cf8ec1800d402bbcc7e444b79b1d /math/oleo/files/patch-src_basic.h | |
parent | 597b0212d9d883820b78b60723d4506c510ed6a2 (diff) |
Notes
Diffstat (limited to 'math/oleo/files/patch-src_basic.h')
-rw-r--r-- | math/oleo/files/patch-src_basic.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/oleo/files/patch-src_basic.h b/math/oleo/files/patch-src_basic.h new file mode 100644 index 000000000000..6cd7d73f0a2c --- /dev/null +++ b/math/oleo/files/patch-src_basic.h @@ -0,0 +1,12 @@ +--- src/basic.h.orig 2008-02-08 16:40:42.000000000 +0100 ++++ src/basic.h 2008-02-08 16:40:48.000000000 +0100 +@@ -36,9 +36,6 @@ + + extern const int colmagic[9]; + extern const int rowmagic[9]; +-extern char * motion_name[9]; +-extern enum motion_magic complementary_motion[9]; +-extern enum motion_magic opposite_motion[9]; + + extern int run_load_hooks; + |