Marcus Meissner
e5b640e2fe
- decls.patch: fix missing declarations - explicit_bzero.patch: use explicit_bzero if available OBS-URL: https://build.opensuse.org/request/show/513172 OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=59
13 lines
335 B
Diff
13 lines
335 B
Diff
Index: libtirpc-1.0.1/src/xdr_sizeof.c
|
|
===================================================================
|
|
--- libtirpc-1.0.1.orig/src/xdr_sizeof.c
|
|
+++ libtirpc-1.0.1/src/xdr_sizeof.c
|
|
@@ -39,6 +39,7 @@
|
|
#include <rpc/xdr.h>
|
|
#include <sys/types.h>
|
|
#include <stdlib.h>
|
|
+#include <stdint.h>
|
|
#include "un-namespace.h"
|
|
|
|
/* ARGSUSED */
|