xref: /csrg-svn/sbin/dmesg/pathnames.h (revision 37262)
1*37262Sbostic /*
2*37262Sbostic  * Copyright (c) 1989 The Regents of the University of California.
3*37262Sbostic  * All rights reserved.
4*37262Sbostic  *
5*37262Sbostic  * Redistribution and use in source and binary forms are permitted
6*37262Sbostic  * provided that the above copyright notice and this paragraph are
7*37262Sbostic  * duplicated in all such forms and that any documentation,
8*37262Sbostic  * advertising materials, and other materials related to such
9*37262Sbostic  * distribution and use acknowledge that the software was developed
10*37262Sbostic  * by the University of California, Berkeley.  The name of the
11*37262Sbostic  * University may not be used to endorse or promote products derived
12*37262Sbostic  * from this software without specific prior written permission.
13*37262Sbostic  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14*37262Sbostic  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15*37262Sbostic  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
16*37262Sbostic  *
17*37262Sbostic  *	@(#)pathnames.h	5.1 (Berkeley) 04/02/89
18*37262Sbostic  */
19*37262Sbostic 
20*37262Sbostic #define	_PATH_MSGBUF	"/usr/adm/msgbuf"
21*37262Sbostic #define	_PATH_KMEM	"/dev/kmem"
22*37262Sbostic #define	_PATH_VMUNIX	"/vmunix"
23