Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci initialize 'p' for lame gcc-2.7.2.2 flow analysis.
details: https://anonhg.NetBSD.org/src/rev/2a8b3d2bd1aa
branches: trunk
changeset: 471878:2a8b3d2bd1aa
user: jonathan <jonathan%NetBSD.org@localhost>
date: Wed Apr 14 03:26:34 1999 +0000
description:
initialize 'p' for lame gcc-2.7.2.2 flow analysis.
diffstat:
sys/dev/pci/sv.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 687514f6a1ea -r 2a8b3d2bd1aa sys/dev/pci/sv.c
--- a/sys/dev/pci/sv.c Wed Apr 14 02:50:38 1999 +0000
+++ b/sys/dev/pci/sv.c Wed Apr 14 03:26:34 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sv.c,v 1.7 1999/03/22 07:58:55 mycroft Exp $ */
+/* $NetBSD: sv.c,v 1.8 1999/04/14 03:26:34 jonathan Exp $ */
/* $OpenBSD: sv.c,v 1.2 1998/07/13 01:50:15 csapuntz Exp $ */
/*
@@ -662,7 +662,7 @@
struct audio_params *play, *rec;
{
struct sv_softc *sc = addr;
- struct audio_params *p;
+ struct audio_params *p = NULL;
int mode;
u_int32_t val;
Home |
Main Index |
Thread Index |
Old Index