pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/golem/patches Erm, helps to cvs add the patch *befo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3cd1493a90fa
branches:  trunk
changeset: 602621:3cd1493a90fa
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon Apr 16 04:04:52 2012 +0000

description:
Erm, helps to cvs add the patch *before* committing.

diffstat:

 wm/golem/patches/patch-src_placement_c |  14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diffs (18 lines):

diff -r e95cb5d81677 -r 3cd1493a90fa wm/golem/patches/patch-src_placement_c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/golem/patches/patch-src_placement_c    Mon Apr 16 04:04:52 2012 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_placement_c,v 1.1 2012/04/16 04:04:52 dholland Exp $
+
+Uses INT_MAX, needs <limits.h> for it.
+
+--- src/placement.c~   2001-12-02 22:07:48.000000000 +0000
++++ src/placement.c
+@@ -26,6 +26,7 @@
+  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+  * SUCH DAMAGE.
+  */
++#include <limits.h>
+ #include "wm.h"
+ 
+ /*



Home | Main Index | Thread Index | Old Index