diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2017-02-18 09:59:30 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2017-02-18 09:59:30 +0000 |
commit | 25edadfb9b19489cfe1853597a8e530d270b36e5 (patch) | |
tree | 2320c626f6c61b01a3667062a41bc2f86bfab18c /misc/magicpoint/files/patch-ctlwords.c | |
parent | - make portlint happier (diff) |
- fix warnings
- make portlint happier
Notes
Notes:
svn path=/head/; revision=434338
Diffstat (limited to 'misc/magicpoint/files/patch-ctlwords.c')
-rw-r--r-- | misc/magicpoint/files/patch-ctlwords.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/magicpoint/files/patch-ctlwords.c b/misc/magicpoint/files/patch-ctlwords.c index 6d381e1fe7bb..f344b747b7f7 100644 --- a/misc/magicpoint/files/patch-ctlwords.c +++ b/misc/magicpoint/files/patch-ctlwords.c @@ -1,10 +1,11 @@ ---- ctlwords.c.orig 1999-02-15 00:02:25.000000000 +0100 -+++ ctlwords.c 2013-11-08 09:05:06.000000000 +0100 -@@ -24,6 +24,7 @@ +--- ctlwords.c.orig 1999-02-14 23:02:25 UTC ++++ ctlwords.c +@@ -24,6 +24,8 @@ BEGIN { #include <stdio.h> #include <string.h> +#include <stdlib.h> ++#include <ctype.h> main(int argc, char *argv[]) { |