Subject: Missing comma in esl.c
To: None <tech-kern@netbsd.org>
From: Bang Jun-Young <bjy@mogua.org>
List: tech-kern
Date: 10/05/2001 08:02:03
A comma was missing in the last commit made to esl.c. Here is 
patch for fixing that:

Index: esl.c
===================================================================
RCS file: /cvsroot/syssrc/sys/dev/pcmcia/esl.c,v
retrieving revision 1.4
diff -u -r1.4 esl.c
--- esl.c	2001/10/03 00:04:53	1.4
+++ esl.c	2001/10/04 22:55:39
@@ -131,7 +131,7 @@
 	NULL,
 	esl_get_props,
 	esl_trigger_output,
-	NULL
+	NULL,
 	NULL,
 };

Jun-Young

-- 
Bang Jun-Young <bjy@mogua.org>