From owner-freebsd-questions@FreeBSD.ORG Fri Nov 4 18:08:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D036F16A41F for ; Fri, 4 Nov 2005 18:08:18 +0000 (GMT) (envelope-from javierlu@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D20243D48 for ; Fri, 4 Nov 2005 18:08:18 +0000 (GMT) (envelope-from javierlu@gmail.com) Received: by wproxy.gmail.com with SMTP id i32so424670wra for ; Fri, 04 Nov 2005 10:08:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:from:to:subject:date:mime-version:content-type:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=IDEZSgsWPUmHcqNqSdM45zavE5aPnvElyztWs100oTZ37R37XVHSGgZsDl5pKxUBYGCKrcxsizMrAWcGVonCWpWzrGcfUFug2CVGAi8+4U2GSSMMAO/Z9Nn9xvRMYfrPF3I8V7egCrdl1DXVdwbxdWefxnzqlpW2Fh9ef51Fp3M= Received: by 10.65.107.11 with SMTP id j11mr1996766qbm; Fri, 04 Nov 2005 10:08:16 -0800 (PST) Received: from mindcrash ( [81.39.43.180]) by mx.gmail.com with ESMTP id f12sm464863qba.2005.11.04.10.08.15; Fri, 04 Nov 2005 10:08:16 -0800 (PST) Message-ID: <000601c5e16b$5751b510$0301a8c0@mindcrash> From: "Javier Matos" To: Date: Fri, 4 Nov 2005 19:12:36 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: a simple question... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2005 18:08:18 -0000 Hello, I=B4m a student of computer science and this year I must to do an = application using system calls. We are using linux system calls like "pid_t fork(void)" and other = services of the standard POSIX. I want to know if it=B4s possible to use = that system calls in FreeBSD because I prefer to improve my use of = freebsd. I will write my application in C and I have freebsd 5.4 with = linux compability activated. Thanks for all!