13 lines
362 B
Text
13 lines
362 B
Text
$NetBSD: patch-ac,v 1.1 2005/10/20 17:43:29 wiz 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;
|