Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/dev Fix prototype



details:   https://anonhg.NetBSD.org/src/rev/9cd85c92a6df
branches:  trunk
changeset: 786541:9cd85c92a6df
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Wed May 01 07:33:24 2013 +0000

description:
Fix prototype

diffstat:

 sys/arch/evbarm/dev/plcomvar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f885b9c4df34 -r 9cd85c92a6df sys/arch/evbarm/dev/plcomvar.h
--- a/sys/arch/evbarm/dev/plcomvar.h    Wed May 01 06:58:36 2013 +0000
+++ b/sys/arch/evbarm/dev/plcomvar.h    Wed May 01 07:33:24 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: plcomvar.h,v 1.13 2012/08/17 09:38:51 skrll Exp $      */
+/*     $NetBSD: plcomvar.h,v 1.14 2013/05/01 07:33:24 mlelstv Exp $    */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -50,7 +50,7 @@
 void plcomcndetach     (void);
 
 #ifdef KGDB
-int  plcom_kgdb_attach (struct plcom_instance *, int, int, tcflag_t);
+int  plcom_kgdb_attach (struct plcom_instance *, int, int, tcflag_t, int);
 #endif
 
 int  plcom_is_console  (bus_space_tag_t, bus_addr_t, bus_space_handle_t *);



Home | Main Index | Thread Index | Old Index