Module Name: src
Committed By: mbalmer
Date: Fri Aug 26 10:30:47 UTC 2011
Modified Files:
src/sys/dev/pci: pwdog.c
Log Message:
Remove one of the copyrights, it is the same person. Remove variable name
in prototype.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/pwdog.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/pwdog.c
diff -u src/sys/dev/pci/pwdog.c:1.2 src/sys/dev/pci/pwdog.c:1.3
--- src/sys/dev/pci/pwdog.c:1.2 Sat Aug 20 07:32:34 2011
+++ src/sys/dev/pci/pwdog.c Fri Aug 26 10:30:47 2011
@@ -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 <[email protected]>
- * Copyright (c) 2006 Marc Balmer <[email protected]>
+ * Copyright (c) 2006, 2011 Marc Balmer <[email protected]>
*
* 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,