Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/sys/fs/cd9660 Pull up following revision(s) (requested by...
details: https://anonhg.NetBSD.org/src/rev/565266bc1eac
branches: netbsd-6
changeset: 776644:565266bc1eac
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Tue Jun 03 15:21:17 2014 +0000
description:
Pull up following revision(s) (requested by martin in ticket #1073):
sys/fs/cd9660/cd9660_util.c: revision 1.11
PR kern/48815: do not skip ';' twice when comparing file versions.
Patch from Thomas Schmitt.
diffstat:
sys/fs/cd9660/cd9660_util.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r f865365fc823 -r 565266bc1eac sys/fs/cd9660/cd9660_util.c
--- a/sys/fs/cd9660/cd9660_util.c Tue Jun 03 15:13:30 2014 +0000
+++ b/sys/fs/cd9660/cd9660_util.c Tue Jun 03 15:21:17 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cd9660_util.c,v 1.10 2011/09/27 01:01:43 christos Exp $ */
+/* $NetBSD: cd9660_util.c,v 1.10.8.1 2014/06/03 15:21:17 msaitoh Exp $ */
/*-
* Copyright (c) 1994
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cd9660_util.c,v 1.10 2011/09/27 01:01:43 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cd9660_util.c,v 1.10.8.1 2014/06/03 15:21:17 msaitoh Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -117,7 +117,6 @@
case ';':
break;
}
- fn++;
for (i = 0; fnlen-- != 0; i = i * 10 + *fn++ - '0') {
if (*fn < '0' || *fn > '9') {
return -1;
Home |
Main Index |
Thread Index |
Old Index