c3a7db7f48
fix some 64-bit issues. PKGREVISION++
13 lines
315 B
Text
13 lines
315 B
Text
$NetBSD: patch-al,v 1.1 2008/09/01 06:57:58 dholland Exp $
|
|
|
|
--- etc/rsconvert/main.c~ 1992-02-09 22:03:28.000000000 -0500
|
|
+++ etc/rsconvert/main.c 2008-09-01 02:15:11.000000000 -0400
|
|
@@ -24,6 +24,8 @@
|
|
*
|
|
*/
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
#ifdef SYSV
|
|
#include <memory.h>
|
|
#endif
|