summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-05-05 14:39:45 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-05-05 14:39:45 +0000
commit0ddd0627de1f05e0dc740a121f7c32238240a6cb (patch)
tree657f41291ea91b7310d1a511ffcc5b56e841b416 /sys/arch/alpha/stand
parentd1b342f58afa67d05c9ae0060a15e58065ab3063 (diff)
Remove comment about an XXX that has been fixed.
Diffstat (limited to 'sys/arch/alpha/stand')
-rw-r--r--sys/arch/alpha/stand/netboot/devopen.c6
1 files changed, 1 insertions, 5 deletions
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') {