pkgsrc/devel/florist/patches/patch-posix-implementation.gpb

13 lines
390 B
Text

$NetBSD: patch-posix-implementation.gpb,v 1.3 2004/06/30 11:23:43 shannonjr 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;