blob: f0025846cb300364f9bc3ac24a00fb5393b79365 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $NetBSD: pathnames.h,v 1.2 1996/08/30 20:10:29 thorpej Exp $ */
/*
* Written Roland McGrath <roland@frob.com> 10/15/93.
* Public domain.
*/
#include <paths.h>
#define _PATH_BOOTPARAMS "/etc/bootparams"
|