]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
Split platform_sys_dir_uid into its own file
authorDamien Miller <djm@mindrot.org>
Fri, 25 Aug 2017 03:25:01 +0000 (13:25 +1000)
committerDamien Miller <djm@mindrot.org>
Fri, 25 Aug 2017 03:25:01 +0000 (13:25 +1000)
commit878e029797cfc9754771d6f6ea17f8c89e11d225
tree4531486041197612181ea62f3a33cf9f7c342558
parent07949bfe9133234eddd01715592aa0dde67745f0
Split platform_sys_dir_uid into its own file

platform.o is too heavy for libssh.a use; it calls into the server on
many platforms. Move just the function needed by misc.c into its own
file.
Makefile.in
platform-misc.c [new file with mode: 0644]
platform.c