Deleted Added
full compact
pathnames.h (20996) pathnames.h (21021)
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

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

34 */
35
36#include <paths.h>
37
38#define _PATH_DEFTAPE "/dev/rst0"
39#define _PATH_DTMP "/etc/dtmp"
40#define _PATH_DUMPDATES "/etc/dumpdates"
41#define _PATH_LOCK "/tmp/dumplockXXXXXX"
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

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

34 */
35
36#include <paths.h>
37
38#define _PATH_DEFTAPE "/dev/rst0"
39#define _PATH_DTMP "/etc/dtmp"
40#define _PATH_DUMPDATES "/etc/dumpdates"
41#define _PATH_LOCK "/tmp/dumplockXXXXXX"
42#define _PATH_RMT "/usr/sbin/rmt"
42#define _PATH_RMT "/etc/rmt" /* path on remote host */