diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-30 08:33:55 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-30 08:33:55 +0000 |
commit | 1d2c2cd550511de704aaaabf31a86c28df3ea269 (patch) | |
tree | c0ea8f1a5ab07eaaa398ff57025008fda86e9403 /editors/gnotepad+/files/patch-aa | |
parent | Insert '$Id: ...' in Makefile (diff) |
a simple GTK based text/HTML editor
PR: 10489
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
Notes
Notes:
svn path=/head/; revision=18210
Diffstat (limited to 'editors/gnotepad+/files/patch-aa')
-rw-r--r-- | editors/gnotepad+/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/gnotepad+/files/patch-aa b/editors/gnotepad+/files/patch-aa new file mode 100644 index 000000000000..1cc68c0cedad --- /dev/null +++ b/editors/gnotepad+/files/patch-aa @@ -0,0 +1,19 @@ +*** src/prefs.c Mon Mar 8 12:48:35 1999 +--- src/prefs.c Mon Mar 8 12:48:56 1999 +*************** +*** 22,28 **** + #include <string.h> + #include <math.h> + #include <errno.h> +! #include <values.h> + #include <fcntl.h> + #include <ctype.h> + #include <sys/stat.h> +--- 22,28 ---- + #include <string.h> + #include <math.h> + #include <errno.h> +! #include <limits.h> + #include <fcntl.h> + #include <ctype.h> + #include <sys/stat.h> |