Date: Mon, 3 Dec 2001 15:27:29 +0300 From: "Sergey Matveychuk" <sem@ciam.ru> To: <freebsd-stable@freebsd.org> Subject: ftime(3) definition Message-ID: <000b01c17bf5$dfc1f980$0a2da8c0@sem>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000b01c17bf5$dfc1f980$0a2da8c0>