summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/fs/cd9660/cd9660_rrip.c4
-rw-r--r--sys/isofs/cd9660/cd9660_rrip.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/sys/fs/cd9660/cd9660_rrip.c b/sys/fs/cd9660/cd9660_rrip.c
index aae7394..0b9b1b5 100644
--- a/sys/fs/cd9660/cd9660_rrip.c
+++ b/sys/fs/cd9660/cd9660_rrip.c
@@ -157,9 +157,7 @@ cd9660_rrip_slink(p,ana)
case ISO_SUSP_CFLAG_ROOT:
/* Inserting slash for ROOT */
- /* start over from beginning(?) */
- outbuf -= len;
- len = 0;
+ /* Double slash, nothing really to do here. */
break;
case ISO_SUSP_CFLAG_VOLROOT:
diff --git a/sys/isofs/cd9660/cd9660_rrip.c b/sys/isofs/cd9660/cd9660_rrip.c
index aae7394..0b9b1b5 100644
--- a/sys/isofs/cd9660/cd9660_rrip.c
+++ b/sys/isofs/cd9660/cd9660_rrip.c
@@ -157,9 +157,7 @@ cd9660_rrip_slink(p,ana)
case ISO_SUSP_CFLAG_ROOT:
/* Inserting slash for ROOT */
- /* start over from beginning(?) */
- outbuf -= len;
- len = 0;
+ /* Double slash, nothing really to do here. */
break;
case ISO_SUSP_CFLAG_VOLROOT:
OpenPOWER on IntegriCloud