ee1fdf1921
by adding needed #includes, adding return statements to non-void functions and declaring functions returning a int instead of void if they do return an return code. - start using one central safemalloc. - do not mangle pointers which makes FvwmWinList work on amd64/7-STABLE again. PR: 132571 Submitted by: Bjoern A. Zeeb
10 lines
305 B
C
10 lines
305 B
C
--- ./modules/FvwmBacker/root_bits.c.orig 1994-09-16 12:36:23.000000000 +0000
|
|
+++ ./modules/FvwmBacker/root_bits.c 2009-03-11 09:42:51.000000000 +0000
|
|
@@ -38,6 +38,7 @@
|
|
#include <X11/Xutil.h>
|
|
#include <X11/Xatom.h>
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include "X11/bitmaps/gray"
|
|
|
|
char *index();
|