diff options
| author | William Grzybowski <wg@FreeBSD.org> | 2013-10-26 19:42:17 +0000 |
|---|---|---|
| committer | William Grzybowski <wg@FreeBSD.org> | 2013-10-26 19:42:17 +0000 |
| commit | 35c7e2debe6255da7b3572ab98479dc7e3cd4d7a (patch) | |
| tree | 399c1810f8eb631ecd03ec2b0bd0d62c2a64d71e /security/sssd/files/patch-src__util__find_uid.c | |
| parent | Use bsd.port.post.mk instead of bsd.port.mk. (diff) | |
security/sssd: update to 1.9.5
- Update to 1.9.5 [1]
- Allow staging
- Convert lib depends to new format
- Use correct autotools
PR: ports/181566
Submitted by: Lukas Slebodnik <lukas.slebodnik intrak.sk>
Approved by: maintainer (timeout)
Diffstat (limited to 'security/sssd/files/patch-src__util__find_uid.c')
| -rw-r--r-- | security/sssd/files/patch-src__util__find_uid.c | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/security/sssd/files/patch-src__util__find_uid.c b/security/sssd/files/patch-src__util__find_uid.c index 1b518d45a885..aea7803302fc 100644 --- a/security/sssd/files/patch-src__util__find_uid.c +++ b/security/sssd/files/patch-src__util__find_uid.c @@ -1,6 +1,17 @@ ---- ./src/util/find_uid.c.orig 2011-08-29 11:39:05.000000000 -0400 -+++ ./src/util/find_uid.c 2011-10-13 12:15:03.000000000 -0400 -@@ -67,7 +67,7 @@ +From 0b1b319b34db96e2088c1f71d51ce95f819ccce8 Mon Sep 17 00:00:00 2001 +From: Lukas Slebodnik <lukas.slebodnik@intrak.sk> +Date: Sat, 4 May 2013 16:08:12 +0200 +Subject: [PATCH 24/34] patch-src__util__find_uid.c + +--- + src/util/find_uid.c | 7 +++---- + 1 file changed, 3 insertions(+), 4 deletions(-) + +diff --git src/util/find_uid.c src/util/find_uid.c +index d34a4ab..b309b19 100644 +--- src/util/find_uid.c ++++ src/util/find_uid.c +@@ -67,7 +67,7 @@ static errno_t get_uid_from_pid(const pid_t pid, uid_t *uid) uint32_t num=0; errno_t error; @@ -9,7 +20,7 @@ if (ret < 0) { DEBUG(1, ("snprintf failed")); return EINVAL; -@@ -204,7 +204,7 @@ +@@ -206,7 +206,7 @@ static errno_t get_active_uid_linux(hash_table_t *table, uid_t search_uid) hash_key_t key; hash_value_t value; @@ -18,7 +29,7 @@ if (proc_dir == NULL) { ret = errno; DEBUG(1, ("Cannot open proc dir.\n")); -@@ -278,9 +278,8 @@ +@@ -280,9 +280,8 @@ done: errno_t get_uid_table(TALLOC_CTX *mem_ctx, hash_table_t **table) { @@ -29,3 +40,6 @@ ret = hash_create_ex(INITIAL_TABLE_SIZE, table, 0, 0, 0, 0, hash_talloc, hash_talloc_free, mem_ctx, NULL, NULL); +-- +1.8.0 + |
