From 325245d6fe4e22e34885ce8299f5f9e25cb6d152 Mon Sep 17 00:00:00 2001 From: kloczek Date: Fri, 22 Jun 2001 05:14:02 +0000 Subject: [PATCH] - outdated. Changed files: eject-ignorecomments.patch -> 1.3 --- eject-ignorecomments.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 eject-ignorecomments.patch diff --git a/eject-ignorecomments.patch b/eject-ignorecomments.patch deleted file mode 100644 index 1d9da19..0000000 --- a/eject-ignorecomments.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- eject-2.0.7/eject.c.orig Tue May 15 00:19:24 2001 -+++ eject-2.0.7/eject.c Thu May 17 22:44:04 2001 -@@ -563,6 +563,8 @@ - } - - while (fgets(line, sizeof(line), fp) != 0) { -+ if (line && line[0] == '#') -+ continue; - rc = sscanf(line, "%1023s %1023s", s1, s2); - if (rc >= 2) { - int mtabmaj, mtabmin; -- 2.43.0