[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#449460: marked as done (linux/videodev2.h error: timestamp has incomplete type)



Your message dated Tue, 20 May 2008 20:22:15 +0200
with message-id <20080520182215.GG13383@stro.at>
and subject line Re: linux/videodev2.h error: timestamp has incomplete type
has caused the Debian Bug report #449460,
regarding linux/videodev2.h error: timestamp has incomplete type
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
449460: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=449460
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linux-libc-dev
Version: 2.6.22-4
Severity: normal

A C program including linux/videodev2.h results in the following error
message:

In file included from videodev-bug.c:2:
/usr/include/linux/videodev2.h:482: error: field timestamp has
incomplete type

A simple C program that exhibits this behavior is as follows:

#include <linux/videodev2.h>

int main (void) {
        return 0;
}

it can be compiled using the following command to generate the error message:

gcc program.c -o program

This behavior was observed on a default install of Lenny with kernel version 2.6.22-2-amd64. The error does not occur on an Etch install.

A temporary work-around I'm using is to include sys/time.h in the users source file before include linux/videodev(2).h.

Cheers,
- Philip



--- End Message ---
--- Begin Message ---
Version: 2.6.25-1

fixed upstream 83db33a3e5c4200eaf5dec5b4883c0e73f468a3b

-- 
maks


--- End Message ---

Reply to: