- Add MAKE_JOBS_SAFE. - Trim header. - Convert to optionsNG. PR: ports/172717 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
12 lines
303 B
C
12 lines
303 B
C
--- lib/Runput.c.orig 1992-01-29 03:17:40.000000000 +0900
|
|
+++ lib/Runput.c 2012-10-15 21:59:43.000000000 +0900
|
|
@@ -90,7 +90,8 @@
|
|
* follow the last byte in the run.
|
|
*/
|
|
|
|
-#include "stdio.h"
|
|
+#include <stdio.h>
|
|
+#include <string.h>
|
|
#include "rle_put.h"
|
|
#include "rle.h"
|
|
#include "rle_code.h"
|