Re: svn commit: r190058 - head/sys/geom/part

[ Available lists | Index of svn-src-head | Month of Mar 2009 | Week of 19 Mar 2009 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Ivan Voras <ivoras@freebsd.org>
Date
19 Mar 2009 14:26:00
Subject
Re: svn commit: r190058 - head/sys/geom/part
Message-ID
9bbcef730903190725y716a1fd9w434dff8d9948d761@mail.gmail.com


[ Hide this part ]
>
> +#ifndef _PATH_DEV
> +#define _PATH_DEV "/dev/"
> +#endif
> +

This is also about the second time I've needed _PATH_DEV for similar
purposes in the kernel, but paths.h is not in include/sys. Is there a
recommendation for this situation?

Elapsed time: 0.132 seconds