pkgsrc/devel/florist/patches/patch-an

13 lines
365 B
Text

$NetBSD: patch-an,v 1.1 2005/10/20 17:43:29 wiz Exp $
--- posix-unsafe_process_primitives.gpb.orig 2002-10-24 02:03:52.000000000 -0600
+++ posix-unsafe_process_primitives.gpb
@@ -47,6 +47,8 @@ with POSIX.C,
Unchecked_Conversion;
package body POSIX.Unsafe_Process_Primitives is
+ pragma Warnings (Off);
+
use POSIX.C,
POSIX.Implementation;