diff options
Diffstat (limited to 'sys/arch/mvme88k/stand/netboot/devopen.c')
-rw-r--r-- | sys/arch/mvme88k/stand/netboot/devopen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/stand/netboot/devopen.c b/sys/arch/mvme88k/stand/netboot/devopen.c index e8d4893bf24..36e38fee4b1 100644 --- a/sys/arch/mvme88k/stand/netboot/devopen.c +++ b/sys/arch/mvme88k/stand/netboot/devopen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: devopen.c,v 1.2 2002/03/14 03:15:58 millert Exp $ */ +/* $OpenBSD: devopen.c,v 1.3 2006/05/16 22:52:09 miod Exp $ */ #include <sys/param.h> #include <stand.h> @@ -20,7 +20,6 @@ devopen(f, fname, file) char **file; { struct devsw *dp; - char *cp, *path, *devname; int error; *file = (char *)fname; |