diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-29 10:37:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-29 12:21:52 -0400 |
commit | e0957022bd108696a941bdb284420fc55cbcf187 (patch) | |
tree | eda94f0c14fe023002c24a19386dabb2ef2de8c4 /src/common/compat.h | |
parent | 207fc4cffe21b58b7f0447706a903e5f66b8bcd8 (diff) | |
download | tor-e0957022bd108696a941bdb284420fc55cbcf187.tar.gz tor-e0957022bd108696a941bdb284420fc55cbcf187.zip |
Extract get_uname to lib/osinfo.
Diffstat (limited to 'src/common/compat.h')
-rw-r--r-- | src/common/compat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index 85e760d049..7e7a814962 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -85,7 +85,6 @@ typedef enum { } socks5_reply_status_t; /* ===== OS compatibility */ -MOCK_DECL(const char *, get_uname, (void)); ssize_t tor_getpass(const char *prompt, char *output, size_t buflen); |