b97760e20c
.a/.la for modules
15 lines
316 B
Plaintext
15 lines
316 B
Plaintext
$OpenBSD: patch-rpcrot_rpcrot_proc_c,v 1.2 2013/04/20 14:58:01 sthen Exp $
|
|
|
|
Fix 64-bit issues.
|
|
|
|
--- rpcrot/rpcrot_proc.c.orig Thu Nov 1 21:27:27 2012
|
|
+++ rpcrot/rpcrot_proc.c Sun Apr 14 22:00:44 2013
|
|
@@ -24,6 +24,7 @@
|
|
#include "config.h"
|
|
#endif
|
|
|
|
+#include <string.h>
|
|
|
|
#include <rpc/rpc.h>
|
|
#include "rpcrot.h"
|