SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- 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, ...);