]> andersk Git - openssh.git/blame - news4-posix.h
change my e-mail to a portable one.
[openssh.git] / news4-posix.h
CommitLineData
66d6c27e 1/*
2 * Defines and prototypes specific to News4 system
3 */
4
5#ifndef _NEWS4_POSIX_H
6#define _NEWS4_POSIX_H
7
8#ifdef HAVE_NEWS4
66d6c27e 9#include <sys/wait.h>
10
11typedef long clock_t;
12
13/* FILE */
14#define O_NONBLOCK 00004 /* non-blocking open */
15
66d6c27e 16#endif /* HAVE_NEWS4 */
17#endif /* _NEWS4_POSIX_H */
This page took 0.091888 seconds and 5 git commands to generate.