don't call fclose unless the file was opened
[unix-history] / usr / src / usr.bin / su / pathnames.h
CommitLineData
4c71cfb0
KB
1/*
2 * Copyright (c) 1989 The Regents of the University of California.
3 * All rights reserved.
4 *
cb956e54 5 * %sccs.include.redist.c%
4c71cfb0 6 *
cb956e54 7 * @(#)pathnames.h 5.3 (Berkeley) %G%
4c71cfb0
KB
8 */
9
c861cac9
KB
10#include <paths.h>
11
12#define _PATH_SEARCHPATH "PATH=:/bin:/usr/bin"