Deleted Added
full compact
pathnames.h (1559) pathnames.h (12377)
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)pathnames.h 8.1 (Berkeley) 6/5/93
34 */
35
36#include <paths.h>
37
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)pathnames.h 8.1 (Berkeley) 6/5/93
34 */
35
36#include <paths.h>
37
38#define _PATH_DEFTAPE "/dev/rmt8"
38#define _PATH_DEFTAPE "/dev/rst0"
39#define _PATH_DTMP "/etc/dtmp"
40#define _PATH_DUMPDATES "/etc/dumpdates"
41#define _PATH_LOCK "/tmp/dumplockXXXXXX"
39#define _PATH_DTMP "/etc/dtmp"
40#define _PATH_DUMPDATES "/etc/dumpdates"
41#define _PATH_LOCK "/tmp/dumplockXXXXXX"
42#define _PATH_RMT "rmt"
42#define _PATH_RMT "/etc/rmt"