Deleted Added
full compact
bsd-misc.h (255767) bsd-misc.h (263691)
1/* $Id: bsd-misc.h,v 1.25 2013/08/04 11:48:41 dtucker Exp $ */
1/* $Id: bsd-misc.h,v 1.25 2013/08/04 11:48:41 dtucker Exp $ */
2/* $FreeBSD: head/crypto/openssh/openbsd-compat/bsd-misc.h 263691 2014-03-24 19:15:13Z des $ */
2
3/*
4 * Copyright (c) 1999-2004 Damien Miller <djm@mindrot.org>
5 *
6 * Permission to use, copy, modify, and distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.
9 *

--- 5 unchanged lines hidden (view full) ---

15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */
18
19#ifndef _BSD_MISC_H
20#define _BSD_MISC_H
21
22#include "includes.h"
3
4/*
5 * Copyright (c) 1999-2004 Damien Miller <djm@mindrot.org>
6 *
7 * Permission to use, copy, modify, and distribute this software for any
8 * purpose with or without fee is hereby granted, provided that the above
9 * copyright notice and this permission notice appear in all copies.
10 *

--- 5 unchanged lines hidden (view full) ---

16 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18 */
19
20#ifndef _BSD_MISC_H
21#define _BSD_MISC_H
22
23#include "includes.h"
24__RCSID("$FreeBSD: head/crypto/openssh/openbsd-compat/bsd-misc.h 263691 2014-03-24 19:15:13Z des $");
23
24char *ssh_get_progname(char *);
25
26#ifndef HAVE_SETSID
27#define setsid() setpgrp(0, getpid())
28#endif /* !HAVE_SETSID */
29
30#ifndef HAVE_SETENV

--- 95 unchanged lines hidden ---
25
26char *ssh_get_progname(char *);
27
28#ifndef HAVE_SETSID
29#define setsid() setpgrp(0, getpid())
30#endif /* !HAVE_SETSID */
31
32#ifndef HAVE_SETENV

--- 95 unchanged lines hidden ---