diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 16:09:41 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 16:09:41 +0000 |
| commit | a8a726360842517904b3446c8ee94de67108f1df (patch) | |
| tree | dbeb7f00cce39b82e2c37a70dc9863c72c2dc41d /x11/xbanner/files/patch-ad | |
| parent | Update to 3.0.6. (diff) | |
Rename x11/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'x11/xbanner/files/patch-ad')
| -rw-r--r-- | x11/xbanner/files/patch-ad | 154 |
1 files changed, 0 insertions, 154 deletions
diff --git a/x11/xbanner/files/patch-ad b/x11/xbanner/files/patch-ad deleted file mode 100644 index 65867854f820..000000000000 --- a/x11/xbanner/files/patch-ad +++ /dev/null @@ -1,154 +0,0 @@ -*** backg.c.org Tue May 18 20:52:54 1999 ---- backg.c Tue May 18 20:54:22 1999 -*************** -*** 5,11 **** - #include <stdlib.h> - #include <string.h> - #ifndef vms -! #include <malloc.h> - #endif - #include <math.h> - ---- 5,14 ---- - #include <stdlib.h> - #include <string.h> - #ifndef vms -! #include <sys/param.h> -! # if !(defined(BSD) && (BSD >= 199306)) -! # include <malloc.h> -! # endif - #endif - #include <math.h> - -*** colors.c.org Tue May 18 20:54:37 1999 ---- colors.c Tue May 18 20:55:39 1999 -*************** -*** 7,13 **** - #include <stdio.h> - #include <ctype.h> - #ifndef vms -! #include <malloc.h> - #endif - - /* X11 include(s) */ ---- 7,16 ---- - #include <stdio.h> - #include <ctype.h> - #ifndef vms -! #include <sys/param.h> -! # if !(defined(BSD) && (BSD >= 199306)) -! # include <malloc.h> -! # endif - #endif - - /* X11 include(s) */ -*** effect.c.org Tue May 18 20:55:49 1999 ---- effect.c Tue May 18 20:56:39 1999 -*************** -*** 7,13 **** - #include <stdio.h> - #include <ctype.h> - #ifndef vms -! #include <malloc.h> - #endif - - /* X11 include(s) */ ---- 7,16 ---- - #include <stdio.h> - #include <ctype.h> - #ifndef vms -! #include <sys/param.h> -! # if !(defined(BSD) && (BSD >= 199306)) -! # include <malloc.h> -! # endif - #endif - - /* X11 include(s) */ -*** plasma.c.org Tue May 18 20:55:56 1999 ---- plasma.c Tue May 18 20:56:58 1999 -*************** -*** 2,8 **** - #include <math.h> - #include <stdlib.h> - #ifndef vms -! #include <malloc.h> - #endif - - #include <X11/Xlib.h> ---- 2,11 ---- - #include <math.h> - #include <stdlib.h> - #ifndef vms -! #include <sys/param.h> -! # if !(defined(BSD) && (BSD >= 199306)) -! # include <malloc.h> -! # endif - #endif - - #include <X11/Xlib.h> -*** random_effect.c.org Tue May 18 20:56:06 1999 ---- random_effect.c Tue May 18 20:57:12 1999 -*************** -*** 1,7 **** - #include <stdio.h> - #include <stdlib.h> - #ifndef vms -! #include <malloc.h> - #endif - #include <time.h> - #include <string.h> ---- 1,10 ---- - #include <stdio.h> - #include <stdlib.h> - #ifndef vms -! #include <sys/param.h> -! # if !(defined(BSD) && (BSD >= 199306)) -! # include <malloc.h> -! # endif - #endif - #include <time.h> - #include <string.h> -*** ripples.c.org Tue May 18 20:56:11 1999 ---- ripples.c Tue May 18 20:57:22 1999 -*************** -*** 2,8 **** - #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 */ ---- 2,11 ---- - #include <math.h> - #include <stdlib.h> - #ifndef vms -! #include <sys/param.h> -! # if !(defined(BSD) && (BSD >= 199306)) -! # include <malloc.h> -! # endif - #endif - - /* use this to change if you want ripples with more than 256 colors */ -*** util.c.org Tue May 18 20:56:18 1999 ---- util.c Tue May 18 20:57:34 1999 -*************** -*** 7,13 **** - #include <stdlib.h> - - #ifndef vms -! #include <malloc.h> - #endif - - #include <X11/Xlib.h> ---- 7,16 ---- - #include <stdlib.h> - - #ifndef vms -! #include <sys/param.h> -! # if !(defined(BSD) && (BSD >= 199306)) -! # include <malloc.h> -! # endif - #endif - - #include <X11/Xlib.h> |
