12 lines
381 B
Text
12 lines
381 B
Text
|
--- src/oidentd_util.h.orig Sun Apr 23 17:41:33 2017
|
||
|
+++ src/oidentd_util.h Sun Apr 23 17:41:40 2017
|
||
|
@@ -58,7 +58,7 @@ int find_user(const char *temp_user, uid_t *uid);
|
||
|
int find_group(const char *temp_group, gid_t *gid);
|
||
|
|
||
|
int random_seed(void);
|
||
|
-inline int randval(int i);
|
||
|
+int randval(int i);
|
||
|
|
||
|
#ifndef HAVE_SNPRINTF
|
||
|
int snprintf(char *str, size_t n, char const *fmt, ...);
|