mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
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
8 lines
339 B
C
8 lines
339 B
C
--- ./modules/FvwmScroll/FvwmScroll.h.orig 1994-09-14 14:11:35.000000000 +0000
|
|
+++ ./modules/FvwmScroll/FvwmScroll.h 2009-03-11 09:42:48.000000000 +0000
|
|
@@ -1,5 +1,4 @@
|
|
#include "../../libs/fvwmlib.h"
|
|
-char *safemalloc(int length);
|
|
void DeadPipe(int nonsense);
|
|
void GetTargetWindow(Window *app_win);
|
|
void sleep_a_little(int n);
|