1145519Sdarrenr/*-
2145510Sdarrenr * SPDX-License-Identifier: BSD-3-Clause
322514Sdarrenr *
4255332Scy * Copyright (c) 1989, 1993
522514Sdarrenr *	The Regents of the University of California.  All rights reserved.
680486Sdarrenr *
7145510Sdarrenr * Redistribution and use in source and binary forms, with or without
822514Sdarrenr * modification, are permitted provided that the following conditions
9145510Sdarrenr * are met:
10145510Sdarrenr * 1. Redistributions of source code must retain the above copyright
11255332Scy *    notice, this list of conditions and the following disclaimer.
1292686Sdarrenr * 2. Redistributions in binary form must reproduce the above copyright
1392686Sdarrenr *    notice, this list of conditions and the following disclaimer in the
1422514Sdarrenr *    documentation and/or other materials provided with the distribution.
1522514Sdarrenr * 3. Neither the name of the University nor the names of its contributors
1622514Sdarrenr *    may be used to endorse or promote products derived from this software
1722514Sdarrenr *    without specific prior written permission.
1822514Sdarrenr *
1922514Sdarrenr * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
20145510Sdarrenr * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21145510Sdarrenr * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
22145510Sdarrenr * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
2331183Speter * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2431183Speter * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2531183Speter * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2631183Speter * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2731183Speter * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2831183Speter * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2922514Sdarrenr * SUCH DAMAGE.
30145510Sdarrenr */
31145510Sdarrenr
32145510Sdarrenr#include <paths.h>
33145510Sdarrenr
34145510Sdarrenr#undef _PATH_TMP
35145510Sdarrenr#define	_PATH_TMP	"/tmp/EdP.aXXXXX"
36145510Sdarrenr