mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
361 B
Plaintext
15 lines
361 B
Plaintext
$NetBSD: patch-ai,v 1.1 2005/07/20 17:38:05 kristerw Exp $
|
|
|
|
--- ripples.c.orig Wed Jul 20 19:28:18 2005
|
|
+++ ripples.c Wed Jul 20 19:28:27 2005
|
|
@@ -1,9 +1,6 @@
|
|
#include <stdio.h>
|
|
#include <math.h>
|
|
#include <stdlib.h>
|
|
-#ifndef vms
|
|
-#include <malloc.h>
|
|
-#endif
|
|
|
|
/* use this to change if you want ripples with more than 256 colors */
|
|
#define RIPPLE_USES char
|