mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
94e79576fb
- Add MAKE_JOBS_SAFE. - Trim header. - Convert to optionsNG. PR: ports/172717 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
11 lines
201 B
C
11 lines
201 B
C
--- cnv/rletoiris.c.orig 1992-04-30 22:59:53.000000000 +0900
|
|
+++ cnv/rletoiris.c 2012-10-16 00:19:07.000000000 +0900
|
|
@@ -32,6 +32,7 @@
|
|
|
|
rle_hdr hdr;
|
|
|
|
+int
|
|
main(argc,argv)
|
|
int argc;
|
|
char *argv[];
|