Module Name: src Committed By: mlelstv Date: Wed May 1 07:33:24 UTC 2013
Modified Files: src/sys/arch/evbarm/dev: plcomvar.h Log Message: Fix prototype To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/evbarm/dev/plcomvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/evbarm/dev/plcomvar.h diff -u src/sys/arch/evbarm/dev/plcomvar.h:1.13 src/sys/arch/evbarm/dev/plcomvar.h:1.14 --- src/sys/arch/evbarm/dev/plcomvar.h:1.13 Fri Aug 17 09:38:51 2012 +++ src/sys/arch/evbarm/dev/plcomvar.h Wed May 1 07:33:24 2013 @@ -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 @@ int plcomcnattach (struct plcom_instanc 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 *);