Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 217972 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +4 lines)
Line  Link Here
0
-- splat-1.2.1.orig/splat.cpp
0
++ splat-1.2.1/splat.cpp
Lines 6036-6042 Link Here
6036
	fflush(stdout);
6036
	fflush(stdout);
6037
}
6037
}
6038
6038
6039
int main(char argc, char *argv[])
6039
int main(int argc, char *argv[])
6040
{
6040
{
6041
	int		x, y, z=0, min_lat, min_lon, max_lat, max_lon,
6041
	int		x, y, z=0, min_lat, min_lon, max_lat, max_lon,
6042
			rxlat, rxlon, txlat, txlon, west_min, west_max,
6042
			rxlat, rxlon, txlat, txlon, west_min, west_max,
6043
-- splat-1.2.1.orig/utils/fontdata.c
6043
++ splat-1.2.1/utils/fontdata.c
Lines 32-37 Link Here
32
#include <string.h>
32
#include <string.h>
33
#include <stdlib.h>
33
#include <stdlib.h>
34
#include <zlib.h>
34
#include <zlib.h>
35
#include <stdlib.h>
35
36
36
int main(argc,argv)
37
int main(argc,argv)
37
int argc;
38
int argc;

Return to bug 217972