From owner-freebsd-hackers Mon Jul 8 01:22:26 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA16253 for hackers-outgoing; Mon, 8 Jul 1996 01:22:26 -0700 (PDT) Received: from dworshak.cs.uidaho.edu (dworshak.cs.uidaho.edu [129.101.100.160]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id BAA16244 for ; Mon, 8 Jul 1996 01:22:18 -0700 (PDT) Received: from waldrog.cs.uidaho.edu (waldrog.cs.uidaho.edu [129.101.100.23]) by dworshak.cs.uidaho.edu (8.7.5/1.1) with ESMTP id BAA12378; Mon, 8 Jul 1996 01:22:15 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by waldrog.cs.uidaho.edu (8.7.5/1.0) with SMTP id BAA20707; Mon, 8 Jul 1996 01:22:14 -0700 (PDT) X-Authentication-Warning: waldrog.cs.uidaho.edu: Host localhost [127.0.0.1] didn't use HELO protocol To: "K.V.S. Sankaram" cc: hackers@freebsd.org In-reply-to: Your message of "Mon, 08 Jul 1996 12:12:49 PDT." Date: Mon, 08 Jul 1996 01:22:14 PDT Message-ID: <20705.836814134@waldrog.cs.uidaho.edu> From: faried nawaz Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk "K.V.S. Sankaram" wrote... 1) When I am trying to use the BPF function in FREEBSD by including the header files, the compiler is showing parse errors in the header file. If that is the case then how come kernel compilation could succeed ? Also, the FREEBSD tcpdump command, which uses BPF, is working fine. What errors, exactly? 2) Is not the function ftok() system call, used in SYSTEM V IPC, supported by FREEBSD ? It is not present in any of the header files. It's there for me in /usr/include/sys/ipc.h -- key_t ftok __P((const char *, int)); but I'm running -current, not 2.1.0-RELEASE.