From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,cceb19dbd864b8da X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-02 13:17:18 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!isdnet!enst!enst.fr!not-for-mail From: "David C. Hoos" Newsgroups: comp.lang.ada Subject: Re: Unix-daemons in Ada Date: Mon, 2 Jul 2001 15:16:14 -0500 Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: References: <87sngg3jp8.fsf@520075220525-0001.dialin.t-online.de> <87pubj3ztd.fsf@520075220525-0001.dialin.t-online.de> Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: avanie.enst.fr 994105036 81519 137.194.161.2 (2 Jul 2001 20:17:16 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Mon, 2 Jul 2001 20:17:16 +0000 (UTC) Cc: To: Return-Path: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.4 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , List-Archive: Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: archiver1.google.com comp.lang.ada:9349 Date: 2001-07-02T15:16:14-05:00 As I stated in my original response, "this procedure uses the POSIX/Ada95 bindings from the florist package set." Look for the florist package set in the same place where you obtained your gnat distribution. . ----- Original Message ----- From: "Stefan Nobis" Newsgroups: comp.lang.ada To: Sent: Monday, July 02, 2001 2:18 PM Subject: Re: Unix-daemons in Ada > "David C. Hoos, Sr." writes: > > > The attachment is the source code for a procedure that I have used for seven > > > with POSIX_Permissions; > > with POSIX_Process_Identification; > > with POSIX_Unsafe_Process_Primitives; > > Where can i get these packages? I use GNAT 3.13p on Linux and i get errors on > all of the packages. > > -- > Until the next mail..., > Stefan. > _______________________________________________ > comp.lang.ada mailing list > comp.lang.ada@ada.eu.org > http://ada.eu.org/mailman/listinfo/comp.lang.ada >