fd0f980dbe
program tries to install a kernel driver allowing unrestricted access to all hardware ports. Unprivileged users cannot do that anyway. XXX: Should we disallow the installation on Solaris at all because of this?
9 lines
266 B
Text
9 lines
266 B
Text
$NetBSD: patch-ak,v 1.1 2007/01/17 02:25:45 rillig Exp $
|
|
|
|
--- libcqcam/solaris-io.C.orig 2000-08-17 12:31:03.000000000 +0200
|
|
+++ libcqcam/solaris-io.C 2007-01-17 02:49:50.557066984 +0100
|
|
@@ -1,3 +1,4 @@
|
|
+#include <stdio.h>
|
|
#include <unistd.h>
|
|
#include <errno.h>
|
|
|