Conditional sys/sysmacros.h inclusion

2018-12-23 Thread Ingo Feinerer
Commit 380fe7d4548a99bfcfc1594b6f0b3dd2369978f1 broke the functionality on OpenBSD as it has no sys/sysmacros.h. So replicate commit 08572e7db2120bc45db732d02409dfd3346b8e51 but use explicit OS checks instead of AC_HEADER_MAJOR. Signed-off-by: Ingo Feinerer diff --git a/lib/libv4lconvert/control/

Re: Conditional sys/sysmacros.h inclusion

2017-04-03 Thread Ingo Feinerer
On Mon, Apr 03, 2017 at 11:28:30AM +0200, Hans Verkuil wrote: > I was about to commit this when I noticed that you didn't add a > Signed-off-by line in your email. We need that for v4l-utils. > > See section 11 here: > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Docu

Re: Conditional sys/sysmacros.h inclusion

2017-04-03 Thread Hans Verkuil
Hi Ingo, I was about to commit this when I noticed that you didn't add a Signed-off-by line in your email. We need that for v4l-utils. See section 11 here: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst?id=HEAD for details ab

Conditional sys/sysmacros.h inclusion

2017-03-13 Thread Ingo Feinerer
Hi, please find attached a diff that makes the inclusion of the sys/sysmacros.h header file conditional. I noticed it on OpenBSD which has no sys/sysmacros.h, so compilation fails there. Best regards, Ingo diff --git a/configure.ac b/configure.ac index f3269728a..ae58da377 100644 --- a/configure