diff options
Diffstat (limited to 'math/snns/files/patch-tools__sources__mkout.c')
-rw-r--r-- | math/snns/files/patch-tools__sources__mkout.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/snns/files/patch-tools__sources__mkout.c b/math/snns/files/patch-tools__sources__mkout.c new file mode 100644 index 000000000000..2e846f4200e0 --- /dev/null +++ b/math/snns/files/patch-tools__sources__mkout.c @@ -0,0 +1,11 @@ +--- tools/sources/mkout.c.orig 2008-04-21 16:56:08.000000000 +0900 ++++ tools/sources/mkout.c 2012-10-24 04:38:57.000000000 +0900 +@@ -26,7 +26,7 @@ + + #define RAWNUM 8 + +-void main(int argc, char *argv[]) ++int main(int argc, char *argv[]) + + { + int i, units, active; |