Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/tc Put back a missing brace.
details: https://anonhg.NetBSD.org/src/rev/67e1cb41eb04
branches: trunk
changeset: 526557:67e1cb41eb04
user: ad <ad%NetBSD.org@localhost>
date: Mon May 06 00:48:58 2002 +0000
description:
Put back a missing brace.
diffstat:
sys/dev/tc/zsms.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 04953830d412 -r 67e1cb41eb04 sys/dev/tc/zsms.c
--- a/sys/dev/tc/zsms.c Mon May 06 00:42:22 2002 +0000
+++ b/sys/dev/tc/zsms.c Mon May 06 00:48:58 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: zsms.c,v 1.5 2002/03/17 19:41:04 atatat Exp $ */
+/* $NetBSD: zsms.c,v 1.6 2002/05/06 00:48:58 ad Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -49,7 +49,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zsms.c,v 1.5 2002/03/17 19:41:04 atatat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zsms.c,v 1.6 2002/05/06 00:48:58 ad Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -240,7 +240,7 @@
return 0;
}
return EPASSTHROUGH;
-
+}
static void
zsms_input(vsc, data)
Home |
Main Index |
Thread Index |
Old Index