]> git.pld-linux.org Git - packages/eject.git/commitdiff
- updated for 2.0.7.
authorkloczek <kloczek@pld-linux.org>
Thu, 17 May 2001 20:45:12 +0000 (20:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eject-ignorecomments.patch -> 1.2

eject-ignorecomments.patch

index e81e3d2f906aa4795ebb343f74461d86c8c7c382..1d9da19f53efcad7fa700a65816026b4afe5df47 100644 (file)
@@ -1,11 +1,11 @@
---- eject-2.0.4/eject.c.orig   Wed May  2 01:52:53 2001
-+++ eject-2.0.4/eject.c        Wed May  2 01:54:07 2001
-@@ -536,6 +536,8 @@
-   }
-   while (fgets(line, sizeof(line), fp) != 0) {
-+    if (line && line[0] == '#')
-+      continue;
-     rc = sscanf(line, "%1023s %1023s", s1, s2);
-     if (rc >= 2 && ((strcmp(s1, name) == 0) || (strcmp(s2, name) == 0))) {
-       fclose(fp);
+--- 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.082422 seconds and 4 git commands to generate.