Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/etc Pullup rev 1.30 (requested by christos in ticket #919)
details: https://anonhg.NetBSD.org/src/rev/7fe930f0fab1
branches: netbsd-2-0
changeset: 562793:7fe930f0fab1
user: jmc <jmc%NetBSD.org@localhost>
date: Fri Nov 12 04:52:26 2004 +0000
description:
Pullup rev 1.30 (requested by christos in ticket #919)
MAKEDEV regression because of printf -> zeropad change. PR#27235
diffstat:
etc/MAKEDEV.tmpl | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 8c5d554cbf5e -r 7fe930f0fab1 etc/MAKEDEV.tmpl
--- a/etc/MAKEDEV.tmpl Fri Nov 12 04:47:24 2004 +0000
+++ b/etc/MAKEDEV.tmpl Fri Nov 12 04:52:26 2004 +0000
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: MAKEDEV.tmpl,v 1.23.2.2 2004/08/29 13:18:34 tron Exp $
+# $NetBSD: MAKEDEV.tmpl,v 1.23.2.3 2004/11/12 04:52:26 jmc Exp $
#
# Copyright (c) 2003 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -297,6 +297,7 @@
3) echo 000$2;;
2) echo 00$2;;
1) echo 0$2;;
+ 0) echo $2;;
*) echo "$0: bad padding" 1>&2; exit 1;;
esac
}
Home |
Main Index |
Thread Index |
Old Index