nntp2http.com
Posting
Suche
Optionen
Hilfe & Kontakt

Re: IPC con pipe di basso livello...

Von: Giovanni (lsodgf0@home.net.it) [Profil]
Datum: 07.05.2008 14:10
Message-ID: <fvs68g$o8j$1@milena.home.net.it>
Newsgroup: it.comp.os.linux.development
On 05/07/08 12:02, Alexandros wrote:

> Ebbene, tale codice compilato non mi funziona... quale può essere il 

> problema ?

O hai sbagliato a copiare oppure anche l'esempio è sbagliato ;-)

Prova a cambiare:

> if ( pid=fork() < 0 ) { 

in

if ((pid=fork()) < 0 ) {

> -- 
> [1] W.Richard Stevens, Stephen A. Rago - "Advanced Programming in the 
> Unix Environment" - Addison Wesley


Ciao
Giovanni
--
A computer is like an air conditioner,
it stops working when you open Windows.
Registered Linux user #337974  < http://giovanni.homelinux.net/ >

[ Auf dieses Posting antworten ]