From: millert Date: Mon, 5 May 1997 14:39:44 +0000 (+0000) Subject: Remove comment about an XXX that has been fixed. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=491e9ed0e1805c6cf13f6d1c9600c8d297fa3310;p=openbsd Remove comment about an XXX that has been fixed. --- diff --git a/sys/arch/alpha/stand/netboot/devopen.c b/sys/arch/alpha/stand/netboot/devopen.c index fd148aaa404..b2112adb345 100644 --- a/sys/arch/alpha/stand/netboot/devopen.c +++ b/sys/arch/alpha/stand/netboot/devopen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: devopen.c,v 1.2 1997/05/05 06:02:00 millert Exp $ */ +/* $OpenBSD: devopen.c,v 1.3 1997/05/05 14:39:44 millert Exp $ */ /* $NetBSD: devopen.c,v 1.3 1997/04/06 08:41:25 cgd Exp $ */ /*- @@ -90,10 +90,6 @@ devopen(f, fname, file) cp++; } *ncp = '\0'; - /* - * XXX - * pulling strchr from the C library, should pull from libkern. - */ } else if (strchr(cp, '(')) { /* expect a string like 'rz(0,0,0)vmunix' */ while ((c = *cp) != '\0') {