Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/i386/floppies/fdset-common Revert revision 1.17. Th...



details:   https://anonhg.NetBSD.org/src/rev/415155d09421
branches:  trunk
changeset: 495146:415155d09421
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Sun Jul 23 05:54:59 2000 +0000

description:
Revert revision 1.17.  This was not a bug, and should certainly not have been
changed in a vacuum.

diffstat:

 distrib/i386/floppies/fdset-common/Makefile.inc |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 01cfe852c37b -r 415155d09421 distrib/i386/floppies/fdset-common/Makefile.inc
--- a/distrib/i386/floppies/fdset-common/Makefile.inc   Sun Jul 23 05:34:53 2000 +0000
+++ b/distrib/i386/floppies/fdset-common/Makefile.inc   Sun Jul 23 05:54:59 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.20 2000/07/10 09:50:48 joda Exp $
+#      $NetBSD: Makefile.inc,v 1.21 2000/07/23 05:54:59 mycroft Exp $
 
 # TOP is assumed to be defined by Makefile including this one.
 
@@ -55,6 +55,9 @@
                                fi; \
                                d=$$(($$d + 1)); \
                        done; \
+               else \
+                       dd seek=$$(($${size} / 512 + 15)) count=1 \
+                               if=/dev/zero of=${IMAGE1}; \
                fi; \
                echo; \
                 bytes=$$(($$dksize * $$disks - $$size));    \



Home | Main Index | Thread Index | Old Index