mirror of
https://github.com/tmate-io/tmate-ssh-server.git
synced 2020-11-18 19:53:51 -08:00
Do not include paths.h, since it's OS-dependent, due to OpenBSD patchset 374.
This commit is contained in:
parent
bc236109fd
commit
3e93bdf31b
3
job.c
3
job.c
@ -1,4 +1,4 @@
|
|||||||
/* $Id: job.c,v 1.1 2009-10-11 23:55:26 tcunha Exp $ */
|
/* $Id: job.c,v 1.2 2009-10-11 23:59:34 tcunha Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||||
@ -19,7 +19,6 @@
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <paths.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user