Put back a missing brace.

This commit is contained in:
ad 2002-05-06 00:48:58 +00:00
parent 8876669f4c
commit 5d6cd5914c
1 changed files with 3 additions and 3 deletions

View File

@ -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 * Copyright (c) 1992, 1993
@ -49,7 +49,7 @@
*/ */
#include <sys/cdefs.h> #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/param.h>
#include <sys/systm.h> #include <sys/systm.h>
@ -240,7 +240,7 @@ zsms_ioctl(v, cmd, data, flag, p)
return 0; return 0;
} }
return EPASSTHROUGH; return EPASSTHROUGH;
}
static void static void
zsms_input(vsc, data) zsms_input(vsc, data)