11 lines
206 B
C
11 lines
206 B
C
|
/*
|
||
|
* 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"
|