diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2002-06-29 17:28:55 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2002-06-29 17:28:55 +0000 |
commit | cc7fcc1ae731a41cd3d0d8aff28257ffee57f86a (patch) | |
tree | f48553e2c1e2b9e1a4a8140804916de1c306e6b6 /editors/xemacs-devel | |
parent | c3b23cf49ec013e84695d3b6c7564edfa7251c31 (diff) | |
download | ports-cc7fcc1ae731a41cd3d0d8aff28257ffee57f86a.tar.gz ports-cc7fcc1ae731a41cd3d0d8aff28257ffee57f86a.zip |
Notes
Diffstat (limited to 'editors/xemacs-devel')
-rw-r--r-- | editors/xemacs-devel/files/patch-al | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/xemacs-devel/files/patch-al b/editors/xemacs-devel/files/patch-al new file mode 100644 index 000000000000..c6650ddf51c4 --- /dev/null +++ b/editors/xemacs-devel/files/patch-al @@ -0,0 +1,11 @@ +--- src/lstream.c.orig Sat Jun 29 18:17:20 2002 ++++ src/lstream.c Sat Jun 29 18:14:06 2002 +@@ -181,7 +181,7 @@ + } + } + +-inline static size_t ++/*inline*/ static size_t + aligned_sizeof_lstream (size_t lstream_type_specific_size) + { + return ALIGN_SIZE (offsetof (Lstream, data) + lstream_type_specific_size, |