Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/gpio build with WARNS=3



details:   https://anonhg.NetBSD.org/src/rev/a48bcceac599
branches:  trunk
changeset: 768882:a48bcceac599
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Aug 28 11:36:17 2011 +0000

description:
build with WARNS=3

diffstat:

 sys/dev/gpio/gpiosim.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6f84d423e67f -r a48bcceac599 sys/dev/gpio/gpiosim.c
--- a/sys/dev/gpio/gpiosim.c    Sun Aug 28 11:20:16 2011 +0000
+++ b/sys/dev/gpio/gpiosim.c    Sun Aug 28 11:36:17 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gpiosim.c,v 1.10 2011/08/26 15:00:07 mbalmer Exp $ */
+/* $NetBSD: gpiosim.c,v 1.11 2011/08/28 11:36:17 jmcneill Exp $ */
 /*      $OpenBSD: gpiosim.c,v 1.1 2008/11/23 18:46:49 mbalmer Exp $    */
 
 /*
@@ -245,7 +245,7 @@
                .cf_flags = 0,
                .cf_pspec = NULL,
        },
-       { NULL }
+       { NULL, NULL, 0, FSTATE_NOTFOUND, NULL, 0, NULL }
 };
 
 static int



Home | Main Index | Thread Index | Old Index