From owner-freebsd-stable Mon Dec 3 4:27:22 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mail.ciam.ru (main.ciam.ru [212.28.70.126]) by hub.freebsd.org (Postfix) with ESMTP id C4AAF37B41B for ; Mon, 3 Dec 2001 04:27:18 -0800 (PST) Received: from exim by mail.ciam.ru with drweb-scanned (Exim 3.33 #1) id 16AsBi-000Azi-00 for freebsd-stable@freebsd.org; Mon, 03 Dec 2001 15:27:10 +0300 Received: from sem.ciam.ru ([192.168.45.10] helo=sem) by mail.ciam.ru with smtp (Exim 3.33 #1) id 16AsBi-000Aza-00 for freebsd-stable@freebsd.org; Mon, 03 Dec 2001 15:27:10 +0300 Message-ID: <000b01c17bf5$dfc1f980$0a2da8c0@sem> From: "Sergey Matveychuk" To: Subject: ftime(3) definition Date: Mon, 3 Dec 2001 15:27:29 +0300 Organization: CIAM MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit 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 X-Envelope-To: freebsd-stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! Where ftime(3) gone from sys/timeb.h? Its definition has disapeared in 4.4-RELEASE (may be earlier?). Here is my sys/timeb.h: /* Big copyright skipped * @(#)timeb.h 8.2 (Berkeley) 1/21/94 * $FreeBSD: src/sys/sys/timeb.h,v 1.6 1999/08/28 00:52:04 peter Exp $ */ #ifndef _SYS_TIMEB_H_ #define _SYS_TIMEB_H_ /* The ftime(2) system call structure -- deprecated. */ struct timeb { time_t time; /* seconds since the Epoch */ unsigned short millitm; /* + milliseconds since the Epoch */ short timezone; /* minutes west of CUT */ short dstflag; /* DST == non-zero */ }; #endif -------------- And no ftime definition there! But in libc it's present. ---- Sem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message