diff options
author | Erik Faye-Lund <kusmabite@gmail.com> | 2010-11-04 02:35:24 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-11-04 16:53:52 -0700 |
commit | a666b472c7d9e72bfacf4145405dbe8924ee153d (patch) | |
tree | 6b1bf5f321bf4f00206787a2ab9009f52de07b6c /Documentation | |
parent | daemon: make --inetd and --detach incompatible (diff) | |
download | tgif-a666b472c7d9e72bfacf4145405dbe8924ee153d.tar.xz |
daemon: opt-out on features that require posix
Windows does not supply the POSIX-functions fork(), setuuid(), setgid(),
setsid() and initgroups(). Error out if --user or --detach is specified
when if so.
MinGW doesn't have prototypes and headers for inet_ntop and inet_pton,
so include our implementation instead. MSVC does, so avoid doing so
there.
Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions