diff options
Diffstat (limited to 'sys/arch/mac68k/dev/rd_root.c')
-rw-r--r-- | sys/arch/mac68k/dev/rd_root.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/mac68k/dev/rd_root.c b/sys/arch/mac68k/dev/rd_root.c index e7ac28a3040..faea4c265fa 100644 --- a/sys/arch/mac68k/dev/rd_root.c +++ b/sys/arch/mac68k/dev/rd_root.c @@ -1,4 +1,4 @@ -/* $NetBSD: rd_root.c,v 1.1 1995/11/21 04:53:20 briggs Exp $ */ +/* $NetBSD: rd_root.c,v 1.3 1996/05/05 06:17:09 briggs Exp $ */ /* * Copyright (c) 1995 Gordon W. Ross @@ -47,9 +47,6 @@ extern int boothowto; int rd_root_size = ROOTBYTES; char rd_root_image[ROOTBYTES] = "|This is the root ramdisk!\n"; -/* - * This is called during autoconfig. - */ void rd_attach_hook(unit, rd) int unit; |