Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/sparc Remove left-over turds from previous __...
details: https://anonhg.NetBSD.org/src/rev/5d96b52f7416
branches: trunk
changeset: 499140:5d96b52f7416
user: pk <pk%NetBSD.org@localhost>
date: Sun Nov 12 21:07:21 2000 +0000
description:
Remove left-over turds from previous __P() cleanup.
diffstat:
sys/arch/sparc/sparc/clock.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r ee0e4c949031 -r 5d96b52f7416 sys/arch/sparc/sparc/clock.c
--- a/sys/arch/sparc/sparc/clock.c Sun Nov 12 20:47:44 2000 +0000
+++ b/sys/arch/sparc/sparc/clock.c Sun Nov 12 21:07:21 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: clock.c,v 1.76 2000/11/11 12:24:07 pk Exp $ */
+/* $NetBSD: clock.c,v 1.77 2000/11/12 21:07:21 pk Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -155,9 +155,9 @@
static int eeprom_busy = 0;
static int eeprom_wanted = 0;
static int eeprom_nvram = 0; /* non-zero if eeprom is on Mostek */
-static int eeprom_take(void));
-static void eeprom_give(void));
-static int eeprom_update(char *, int, int));
+static int eeprom_take(void);
+static void eeprom_give(void);
+static int eeprom_update(char *, int, int);
#endif
static int eeprom_match(struct device *, struct cfdata *, void *);
Home |
Main Index |
Thread Index |
Old Index