pwd.h (a3030502fbf3e24c62ec77360e0ec63ef6dcf673) pwd.h (b05fc77a36028619e670205f3860e64f10ed10a8)
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause
3 *
4 * Copyright 2018-2020 Alex Richardson <arichardson@FreeBSD.org>
5 *
6 * This software was developed by SRI International and the University of
7 * Cambridge Computer Laboratory (Department of Computer Science and
8 * Technology) under DARPA contract HR0011-18-C-0016 ("ECATS"), as part of the

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

55#define _TIME_T_DECLARED
56#define _UID_T_DECLARED
57#define _SIZE_T_DECLARED
58
59#define gid_t _bootstrap_gid_t
60#define uid_t _bootstrap_uid_t
61#define time_t _bootstrap_time_t
62#define passwd _bootstrap_passwd
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause
3 *
4 * Copyright 2018-2020 Alex Richardson <arichardson@FreeBSD.org>
5 *
6 * This software was developed by SRI International and the University of
7 * Cambridge Computer Laboratory (Department of Computer Science and
8 * Technology) under DARPA contract HR0011-18-C-0016 ("ECATS"), as part of the

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

55#define _TIME_T_DECLARED
56#define _UID_T_DECLARED
57#define _SIZE_T_DECLARED
58
59#define gid_t _bootstrap_gid_t
60#define uid_t _bootstrap_uid_t
61#define time_t _bootstrap_time_t
62#define passwd _bootstrap_passwd
63#include "../../include/pwd.h"
63#include "../../../include/pwd.h"
64#undef gid_t
65#undef uid_t
66#undef time_t
64#undef gid_t
65#undef uid_t
66#undef time_t