From owner-freebsd-bugs Wed Jul 8 11:42:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09671 for freebsd-bugs-outgoing; Wed, 8 Jul 1998 11:42:58 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from indigo.ie (nsmart@ts01-54.waterford.indigo.ie [194.125.139.117]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09657 for ; Wed, 8 Jul 1998 11:42:54 -0700 (PDT) (envelope-from rotel@indigo.ie) Received: (from nsmart@localhost) by indigo.ie (8.8.8/8.8.7) id TAA00925; Wed, 8 Jul 1998 19:38:15 +0100 (IST) (envelope-from rotel@indigo.ie) From: Niall Smart Message-Id: <199807081838.TAA00925@indigo.ie> Date: Wed, 8 Jul 1998 19:38:15 +0000 In-Reply-To: Robin Carey "" (Jul 8, 4:49pm) Reply-To: rotel@indigo.ie X-Mailer: Mail User's Shell (7.2.6 beta(3) 11/17/96) To: Robin Carey , freebsd-bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Jul 8, 4:49pm, Robin Carey wrote: > Bug 1: Pointed out to me by a friend. > > 1) "mount_msdos /dev/fd0a /floppy/" > 2) "umount /floppy/": not currently mounted > 3) "umount /floppy": not currently mounted Yes, this is a rather annoying bug that I've encountered before; it also exists in another form: [root@ginseng ~]# mount /floppy/ mount: /floppy/: unknown special file or file system. [root@ginseng ~]# mount /floppy [root@ginseng ~]# I'll send in a patch later. > Bug 2: Friend + myself. > > typedef double REAL; > # define DIG DBL_DIG The bug is in your understanding of meaning of the DBL_DIG macro; see http://www.dinkumware.com/htm_cl/float.html. Change the above to: #define DIG DBL_MANT_DIG and try again. Niall -- Niall Smart. PGP: finger njs3@motmot.doc.ic.ac.uk FreeBSD: Turning PC's into Workstations: www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message