aboutsummaryrefslogtreecommitdiffhomepage
path: root/fallback.h
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-07-31 16:57:42 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-07-31 16:57:42 +0800
commitaf14cf8f8bedd69c5ce3259758ba96ffd2ca7b4e (patch)
tree77dee6fa2b9c823348f638b37df6b829a63ffba8 /fallback.h
parentc0989dce2d882c94eb3183e7b94402ba53534abb (diff)
Revert "Check effective credentials of socket peers"
This reverts commit 8412c867a501e3a68e55fef6215e86d3ac9f617b. Just checking the credentials of the peer turns out to be insufficient. See https://github.com/fish-shell/fish-shell/issues/1436.
Diffstat (limited to 'fallback.h')
-rw-r--r--fallback.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/fallback.h b/fallback.h
index 6898ea57..eba91be6 100644
--- a/fallback.h
+++ b/fallback.h
@@ -482,7 +482,3 @@ double nan(char *tagp);
#endif
-
-#ifndef HAVE_GETPEEREID
-int getpeereid(int sock, uid_t *uid, gid_t *gid);
-#endif