]> andersk Git - openssh.git/blame - openbsd-compat/daemon.h
- (dtucker) [auth.c] Do not check for locked accounts when PAM is enabled.
[openssh.git] / openbsd-compat / daemon.h
CommitLineData
0b202697 1/* $Id$ */
2
beb43d31 3#ifndef _BSD_DAEMON_H
4#define _BSD_DAEMON_H
5
6#include "config.h"
7#ifndef HAVE_DAEMON
8int daemon(int nochdir, int noclose);
9#endif /* !HAVE_DAEMON */
10
11#endif /* _BSD_DAEMON_H */
This page took 0.178063 seconds and 5 git commands to generate.