Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pad fix field initializers
details: https://anonhg.NetBSD.org/src/rev/253289861944
branches: trunk
changeset: 754493:253289861944
user: pooka <pooka%NetBSD.org@localhost>
date: Sat May 01 23:40:21 2010 +0000
description:
fix field initializers
diffstat:
sys/dev/pad/pad.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a0eaf360b9dd -r 253289861944 sys/dev/pad/pad.c
--- a/sys/dev/pad/pad.c Sat May 01 23:31:01 2010 +0000
+++ b/sys/dev/pad/pad.c Sat May 01 23:40:21 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pad.c,v 1.13 2010/04/09 13:39:17 ahoka Exp $ */
+/* $NetBSD: pad.c,v 1.14 2010/05/01 23:40:21 pooka Exp $ */
/*-
* Copyright (c) 2007 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pad.c,v 1.13 2010/04/09 13:39:17 ahoka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pad.c,v 1.14 2010/05/01 23:40:21 pooka Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -593,7 +593,7 @@
.cf_flags = 0,
.cf_pspec = NULL,
},
- { NULL }
+ { NULL, NULL, 0, 0, NULL, 0, NULL }
};
static int
Home |
Main Index |
Thread Index |
Old Index