diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 |
commit | 131cd97388c78909b13a26c3ce289bbf3c007b7f (patch) | |
tree | d22f5aaa16546b9e90fc0a35df15ff1dc17c67e9 /editors/emacs21/files/patch-src:mem-limits.h | |
parent | Update pkg-message to match the current state of the default version (diff) |
Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21. Retire the editors/emacs21 port.
PR: ports/24983
Notes
Notes:
svn path=/head/; revision=104813
Diffstat (limited to 'editors/emacs21/files/patch-src:mem-limits.h')
-rw-r--r-- | editors/emacs21/files/patch-src:mem-limits.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/emacs21/files/patch-src:mem-limits.h b/editors/emacs21/files/patch-src:mem-limits.h deleted file mode 100644 index c58dd778e2ec..000000000000 --- a/editors/emacs21/files/patch-src:mem-limits.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/mem-limits.h.~1~ Wed Mar 8 12:49:46 2000 -+++ src/mem-limits.h Wed Dec 17 03:15:24 2003 -@@ -98,7 +98,7 @@ - static POINTER data_space_start; - - /* Number of bytes of writable memory we can expect to be able to get */ --static unsigned long lim_data; -+static rlim_t lim_data; - - #ifdef NO_LIM_DATA - static void |