vlog: Only compile vlog_change_owner on Unix platform
authorAndy Zhou <azhou@nicira.com>
Thu, 12 Nov 2015 02:49:04 +0000 (18:49 -0800)
committerAndy Zhou <azhou@nicira.com>
Thu, 12 Nov 2015 02:54:10 +0000 (18:54 -0800)
commitde929213d10d25394df586dfffe8e3dd04976155
tree30582f1c952250e68ece96680abb5cdb5604a7c4
parent2258d8b5d2099d7a2b56c8414e6d3bddc9b43f0f
vlog: Only compile vlog_change_owner on Unix platform

uid_t and gid_t are not defined for Windows platform.

Signed-off-by: Andy Zhou <azhou@nicira.com>
include/openvswitch/vlog.h
lib/daemon-unix.c
lib/vlog.c