2006-01-18 23:27:52

by Alejandro Bonilla

[permalink] [raw]
Subject: version.h?

Hi,

Shouldn't there be a version.h on include/linux?

I use the Linus git tree and it's basically broken right now...

debian:~/linux-2.6# joe include/linux/v
vermagic.h video_decoder.h video_encoder.h vt_buffer.h
vfs.h videodev2.h videotext.h vt.h
via.h videodev.h vmalloc.h vt_kern.h

.Alejandro


2006-01-18 23:31:13

by Randy Dunlap

[permalink] [raw]
Subject: Re: version.h?

On Wed, 18 Jan 2006, Alejandro Bonilla Beeche wrote:

> Hi,
>
> Shouldn't there be a version.h on include/linux?
>
> I use the Linus git tree and it's basically broken right now...
>
> debian:~/linux-2.6# joe include/linux/v
> vermagic.h video_decoder.h video_encoder.h vt_buffer.h
> vfs.h videodev2.h videotext.h vt.h
> via.h videodev.h vmalloc.h vt_kern.h

Hi,
It's a generated file... during build.

--
~Randy