blob: 80dff1c61092a55d7158e19dd185f9c47667ada1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* Written Roland McGrath <roland@frob.com> 10/15/93.
* Public domain.
*
* $Id: pathnames.h,v 1.1 1994/01/10 14:04:48 deraadt Exp $
*/
#include <paths.h>
#define _PATH_BOOTPARAMS "/etc/bootparams"
|