2009-12-27 17:07:36 -05:00
|
|
|
$OpenBSD: patch-w_snap_c,v 1.3 2009/12/27 22:07:36 jasper Exp $
|
|
|
|
--- w_snap.c.pat.orig Mon Mar 30 17:52:10 2009
|
|
|
|
+++ w_snap.c Sun Dec 27 23:07:04 2009
|
|
|
|
@@ -32,7 +32,7 @@
|
2009-06-09 09:19:44 -04:00
|
|
|
#include "u_search.h"
|
|
|
|
#include "f_util.h"
|
2008-08-26 10:32:20 -04:00
|
|
|
#include <math.h>
|
2009-06-09 09:19:44 -04:00
|
|
|
-#ifndef __FreeBSD__
|
|
|
|
+#if !defined(__FreeBSD__) && !defined(__OpenBSD__)
|
|
|
|
#include <alloca.h>
|
|
|
|
#endif
|
2008-08-26 10:32:20 -04:00
|
|
|
|