Date: Wed, 8 Jul 1998 19:38:15 +0000 From: Niall Smart <rotel@indigo.ie> To: Robin Carey <r.carey@dcs.napier.ac.uk>, freebsd-bugs@FreeBSD.ORG Message-ID: <199807081838.TAA00925@indigo.ie> In-Reply-To: Robin Carey <r.carey@dcs.napier.ac.uk> "" (Jul 8, 4:49pm)
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807081838.TAA00925>