Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Remove one of the copyrights, it is the same per...



details:   https://anonhg.NetBSD.org/src/rev/f03373a6dd1e
branches:  trunk
changeset: 768758:f03373a6dd1e
user:      mbalmer <mbalmer%NetBSD.org@localhost>
date:      Fri Aug 26 10:30:47 2011 +0000

description:
Remove one of the copyrights, it is the same person.  Remove variable name
in prototype.

diffstat:

 sys/dev/pci/pwdog.c |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (26 lines):

diff -r 466e5941b2de -r f03373a6dd1e sys/dev/pci/pwdog.c
--- a/sys/dev/pci/pwdog.c       Fri Aug 26 09:29:16 2011 +0000
+++ b/sys/dev/pci/pwdog.c       Fri Aug 26 10:30:47 2011 +0000
@@ -1,9 +1,8 @@
-/*     $$NetBSD: pwdog.c,v 1.2 2011/08/20 07:32:34 mbalmer Exp $ */
+/*     $$NetBSD: pwdog.c,v 1.3 2011/08/26 10:30:47 mbalmer Exp $ */
 /*     $OpenBSD: pwdog.c,v 1.7 2010/04/08 00:23:53 tedu Exp $ */
 
 /*
- * Copyright (c) 2011 Marc Balmer <mbalmer%NetBSD.org@localhost>
- * Copyright (c) 2006 Marc Balmer <mbalmer%openbsd.org@localhost>
+ * Copyright (c) 2006, 2011 Marc Balmer <mbalmer%NetBSD.org@localhost>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -55,8 +54,8 @@
 static void pwdog_attach(device_t, device_t, void *);
 static int pwdog_detach(device_t, int);
 static bool pwdog_suspend(device_t, const pmf_qual_t *);
-static int pwdog_setmode(struct sysmon_wdog *smw);
-static int pwdog_tickle(struct sysmon_wdog *smw);
+static int pwdog_setmode(struct sysmon_wdog *);
+static int pwdog_tickle(struct sysmon_wdog *);
 
 CFATTACH_DECL_NEW(
     pwdog,



Home | Main Index | Thread Index | Old Index