Debian bug report logs - #1552 , boring messages ----------------------------------------------------------------------- Message sent to debian-devel@pixar.com: Subject: Bug#1552: miscutils/fdisk.c small fix Reply-To: jdassen@WI.LeidenUniv.NL (J.H.M.Dassen), debian-bugs@pixar.com Resent-From: jdassen@WI.LeidenUniv.NL (J.H.M.Dassen) Resent-To: debian-devel@pixar.com Resent-Date: Fri, 06 Oct 1995 08:18:02 GMT Resent-Message-ID: Resent-Sender: iwj10@cus.cam.ac.uk X-Debian-PR-Package: miscutils X-Debian-PR-Keywords: Received: via spool for debian-bugs; Fri, 06 Oct 1995 08:18:02 GMT Received: with rfc822 via encapsulated-mail; Fri, 06 Oct 1995 08:12:29 GMT Received: from pixar.com by mongo.pixar.com with smtp (Smail3.1.28.1 #15) id m0t17ro-00062CC; Fri, 6 Oct 95 01:10 PDT Received: from mailhost.WI.LeidenUniv.NL (zeus128.wi.leidenuniv.nl) by pixar.com with SMTP id AA09416 (5.67b/IDA-1.5 for bruce@mongo.pixar.com); Fri, 6 Oct 1995 01:10:28 -0700 Received: from sp2156a.wi.leidenuniv.nl (jdassen@sp2156a [132.229.128.4]) by mailhost.WI.LeidenUniv.NL (8.6.10a/FHM-1.20-M) with ESMTP id JAA02769 Fri, 6 Oct 1995 09:10:37 +0100 (MET) From: jdassen@WI.LeidenUniv.NL (J.H.M.Dassen) Organization: Leiden University, Dept. of Mathematics & Computer Science, The Netherlands Received: from (jdassen@localhost) by sp2156a.wi.leidenuniv.nl (8.6.10a/FHM-1.01-S) id JAA07440 Fri, 6 Oct 1995 09:10:14 +0100 (MET) Message-Id: <199510060810.JAA07440@sp2156a.wi.leidenuniv.nl> To: debian-bugs@pixar.com, bruce@pixar.com Date: Fri, 6 Oct 1995 09:10:13 +0100 (MET) Return-Receipt-To: jdassen@WI.LeidenUniv.NL X-Home-Page: X-Mailer: ELM [version 2.4 PL24 (modified)] Content-Type: text Content-Length: 945 Package: miscutils Version: 1.3-5 According to include-1.2.1's include/linux/hdreg.h HDIO_REQ is obselete and should be replaced by HDIO_GETGEO; it has been removed in 1.3.21. Please apply this fix and pass this on to the upstream maintainer: -- CUT ME -- --- fdisk.c.bak Thu Oct 5 19:35:37 1995 +++ fdisk.c Thu Oct 5 19:35:37 1995 @@ -469,7 +469,7 @@ } if (SECTOR_SIZE != read(fd, buffer, SECTOR_SIZE)) fatal(unable_to_read); - if (!ioctl(fd, HDIO_REQ, &geometry)) { + if (!ioctl(fd, HDIO_GETGEO, &geometry)) { heads = geometry.heads; sectors = geometry.sectors; cylinders = geometry.cylinders; -- OUCH -- Ray -- UNFAIR Term applied to advantages enjoyed by other people which we tried to cheat them out of and didn't manage. See also DISHONESTY, SNEAKY, UNDERHAND and JUST LUCKY I GUESS. - The Hipcrime Vocab by Chad C. Mulligan ----------------------------------------------------------------------- Message sent: From: iwj10@thor.cam.ac.uk (Ian Jackson) To: jdassen@WI.LeidenUniv.NL (J.H.M.Dassen) Subject: Bug#1552: Acknowledgement (was: miscutils/fdisk.c small fix) In-Reply-To: <199510060810.JAA07440@sp2156a.wi.leidenuniv.nl> References: <199510060810.JAA07440@sp2156a.wi.leidenuniv.nl> Thank you for the problem report you have sent regarding Debian GNU/Linux. This is an automatically generated reply, to let you know your message has been received. It is being forwarded to the developers' mailing list for their attention; they will reply in due course. If you wish to submit further information on your problem, please send it to debian-bugs@pixar.com, but please ensure that the Subject line of your message starts with "Bug#1552" or "Re: Bug#1552" so that we can identify it as relating to the same problem. Please do not reply to the address at the top of this message, unless you wish to report a problem with the bug-tracking system. Ian Jackson (maintainer, debian-bugs) ----------------------------------------------------------------------- Ian Jackson / iwj10@thor.cam.ac.uk , with the debian-bugs tracking mechanism This page last modified 07:43:01 GMT Wed 01 Nov