pkgsrc/sysutils/toshutils/patches/patch-af
hubertf b4c3fd23b9 The Toshiba Linux utilities are specific to Toshiba laptops, and
will not run on laptops from other manufactures. Tools are included
to turn the fan on/off, etc.

*** Right now I consider this pkg to be in beta state. Any feedback,
*** patches preferred! :-)
1999-12-20 03:05:14 +00:00

16 lines
364 B
Text

$NetBSD: patch-af,v 1.1.1.1 1999/12/20 03:05:16 hubertf Exp $
--- src/alarm.c.orig Fri Dec 17 14:07:03 1999
+++ src/alarm.c Mon Dec 20 03:33:32 1999
@@ -33,6 +33,11 @@
#ifdef __GLIBC__
#include<sys/perm.h>
#endif
+#ifdef __NetBSD__
+#include <sys/types.h>
+#include <machine/sysarch.h>
+#define iopl i386_iopl
+#endif
#include"sci.h"
#include"parsetime.h"