pkgsrc-wip/florist/patches/patch-posix-implementation.gpb
2004-01-06 21:09:55 +00:00

13 lines
393 B
Text

$NetBSD: patch-posix-implementation.gpb,v 1.1 2004/01/06 21:09:56 johnrshannon Exp $
--- posix-implementation.gpb.orig 2002-10-24 02:03:52.000000000 -0600
+++ posix-implementation.gpb
@@ -50,6 +50,8 @@ with Ada.Exceptions,
Unchecked_Conversion;
package body POSIX.Implementation is
+ pragma Warnings (Off);
+
use POSIX.C;
package SIM renames System.Interrupt_Management;