diff options
author | R. Imura <imura@FreeBSD.org> | 2000-02-13 01:57:46 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-02-13 01:57:46 +0000 |
commit | a29e53c135036bb807fd3b1b43ebedf8a2269fc9 (patch) | |
tree | d80ef8d000d43cc59d68f0015fe53f51b300c8dc /devel/newt/files/patch-aa | |
parent | Fix for -current. (diff) |
Initial import of newt-0.50-13.
It is a Console I/O handling library from Redhat similar to ncurses.
PR: 16526
Submitted by: Will Andrews <andrews@technologist.com>
Notes
Notes:
svn path=/head/; revision=25728
Diffstat (limited to 'devel/newt/files/patch-aa')
-rw-r--r-- | devel/newt/files/patch-aa | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/newt/files/patch-aa b/devel/newt/files/patch-aa new file mode 100644 index 000000000000..0f9064103a1b --- /dev/null +++ b/devel/newt/files/patch-aa @@ -0,0 +1,7 @@ +--- grid.c Mon Feb 8 11:41:47 1999 ++++ grid.c.new Sun Jan 9 01:15:24 2000 +@@ -1,4 +1,3 @@ +-#include <alloca.h> + #include <stdlib.h> + #include <string.h> + |