006044eed2
- decls.patch: fix missing declarations OBS-URL: https://build.opensuse.org/request/show/513176 OBS-URL: https://build.opensuse.org/package/show/network:NIS/libnsl?expand=0&rev=9
13 lines
363 B
Diff
13 lines
363 B
Diff
Index: libnsl-1.0.5/src/nisplus/nis_call.c
|
|
===================================================================
|
|
--- libnsl-1.0.5.orig/src/nisplus/nis_call.c
|
|
+++ libnsl-1.0.5/src/nisplus/nis_call.c
|
|
@@ -23,6 +23,7 @@
|
|
#include <errno.h>
|
|
#include <fcntl.h>
|
|
#include <string.h>
|
|
+#include <stdint.h>
|
|
#include <libintl.h>
|
|
#include <rpc/rpc.h>
|
|
#include <rpc/auth.h>
|