]> git.pld-linux.org Git - packages/eject.git/commitdiff
- outdated.
authorkloczek <kloczek@pld-linux.org>
Fri, 22 Jun 2001 05:14:02 +0000 (05:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eject-ignorecomments.patch -> 1.3

eject-ignorecomments.patch [deleted file]

diff --git a/eject-ignorecomments.patch b/eject-ignorecomments.patch
deleted file mode 100644 (file)
index 1d9da19..0000000
+++ /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;
This page took 0.124567 seconds and 4 git commands to generate.