From 89fa5503fc4938335dc6d9fe7c4518a18db4fb18 Mon Sep 17 00:00:00 2001 From: marco Date: Wed, 2 Feb 2000 16:45:38 +0000 Subject: [PATCH] * Typo in STAT record --- rtl/bsd/systypes.inc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rtl/bsd/systypes.inc b/rtl/bsd/systypes.inc index 4e734b1d6f..92dfe1059e 100644 --- a/rtl/bsd/systypes.inc +++ b/rtl/bsd/systypes.inc @@ -67,8 +67,6 @@ type uid, { user ID of the file's owner } gid, { group ID of the file's group } dev_t : cardinal; { device type } - atime, - atime_nsec, atime, { time of last access } atime_nsec, { nsec of last access } mtime, { time of last data modification } @@ -131,7 +129,10 @@ type { $Log$ - Revision 1.1 2000-02-02 16:36:09 marco + Revision 1.2 2000-02-02 16:45:38 marco + * Typo in STAT record + + Revision 1.1 2000/02/02 16:36:09 marco * Initial version. Copy of linux version, with BSD stat. Revision 1.5 2000/01/07 16:41:42 daniel