xref: /original-bsd/sbin/mount/pathnames.h (revision e58c8952)
1 /*
2  * Copyright (c) 1989, 1993, 1994
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)pathnames.h	8.2 (Berkeley) 03/27/94
8  */
9 
10 #define _PATH_SBIN	"/sbin"
11 #define _PATH_USRSBIN	"/usr/sbin"
12 #define	_PATH_MOUNTDPID	"/var/run/mountd.pid"
13