summaryrefslogtreecommitdiffstats
path: root/sys/ddb/ddb.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb/ddb.h')
-rw-r--r--sys/ddb/ddb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/ddb/ddb.h b/sys/ddb/ddb.h
index 23cfc60..23702b2 100644
--- a/sys/ddb/ddb.h
+++ b/sys/ddb/ddb.h
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: ddb.h,v 1.4 1994/09/27 12:15:56 davidg Exp $
+ * $Id: ddb.h,v 1.5 1995/03/16 18:11:01 bde Exp $
*/
/*
@@ -55,8 +55,8 @@ extern int db_tab_stop_width;
/*
* Functions...
*/
-extern void
-db_read_bytes(vm_offset_t addr, register int size, register char *data);
+extern void
+db_read_bytes(vm_offset_t addr, register int size, register char *data);
/* machine-dependent */
extern void
OpenPOWER on IntegriCloud