Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/sys/dev Backout pullup of revision 1.12, it shouldn't hav...
details: https://anonhg.NetBSD.org/src/rev/88ce287d7e1d
branches: netbsd-3
changeset: 576417:88ce287d7e1d
user: tron <tron%NetBSD.org@localhost>
date: Sat Jul 02 17:39:10 2005 +0000
description:
Backout pullup of revision 1.12, it shouldn't have pulled up.
diffstat:
sys/dev/verified_exec.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 151d2aaa250e -r 88ce287d7e1d sys/dev/verified_exec.c
--- a/sys/dev/verified_exec.c Sat Jul 02 16:46:28 2005 +0000
+++ b/sys/dev/verified_exec.c Sat Jul 02 17:39:10 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: verified_exec.c,v 1.5.2.12 2005/07/02 15:58:47 tron Exp $ */
+/* $NetBSD: verified_exec.c,v 1.5.2.13 2005/07/02 17:39:10 tron Exp $ */
/*-
* Copyright 2005 Elad Efrat <elad%bsd.org.il@localhost>
@@ -31,9 +31,9 @@
#include <sys/cdefs.h>
#if defined(__NetBSD__)
-__KERNEL_RCSID(0, "$NetBSD: verified_exec.c,v 1.5.2.12 2005/07/02 15:58:47 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: verified_exec.c,v 1.5.2.13 2005/07/02 17:39:10 tron Exp $");
#else
-__RCSID("$Id: verified_exec.c,v 1.5.2.12 2005/07/02 15:58:47 tron Exp $\n$NetBSD: verified_exec.c,v 1.5.2.12 2005/07/02 15:58:47 tron Exp $");
+__RCSID("$Id: verified_exec.c,v 1.5.2.13 2005/07/02 17:39:10 tron Exp $\n$NetBSD: verified_exec.c,v 1.5.2.13 2005/07/02 17:39:10 tron Exp $");
#endif
#include <sys/param.h>
@@ -290,7 +290,7 @@
"\"%s\" (dev=%ld, inode=%ld), size was %u "
"was expecting %d\n", params->fp_type,
params->file, va.va_fsid, va.va_fileid,
- params->size, (unsigned long)e->ops->hash_len);
+ params->size, e->ops->hash_len);
free(e, M_TEMP);
return(EINVAL);
}
Home |
Main Index |
Thread Index |
Old Index