]> git.pld-linux.org Git - packages/util-linux.git/commitdiff
updated to 2.11x
authorgrzegol <grzegol@pld-linux.org>
Fri, 22 Nov 2002 14:42:26 +0000 (14:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    util-linux-cryptoapi.patch -> 1.3

util-linux-cryptoapi.patch

index b8d5551a9783c9b9c48917e847f1f468a01d79ce..8b6e536d4a2fac97a22d524190395a2c515b0ee0 100644 (file)
@@ -61,7 +61,7 @@ diff -u -u -r1.1.1.1 -r1.1.1.1.2.3
   */
  
  #define PROC_DEVICES  "/proc/devices"
-@@ -21,54 +26,109 @@
+@@ -21,6 +26,7 @@
  #include <errno.h>
  #include <stdlib.h>
  #include <unistd.h>
@@ -69,6 +69,7 @@ diff -u -u -r1.1.1.1 -r1.1.1.1.2.3
  #include <sys/ioctl.h>
  #include <sys/stat.h>
  #include <sys/mman.h>
+@@ -27,48 +33,102 @@
  
  #include "loop.h"
  #include "lomount.h"
@@ -993,9 +994,9 @@ diff -u -u -r1.1.1.1 -r1.1.1.1.2.3
          printf(_("mount: failed setting up loop device\n"));
        return EX_FAIL;
 @@ -1305,6 +1313,7 @@
-       { "read-write", 0, 0, 'w' },
        { "rw", 0, 0, 'w' },
        { "options", 1, 0, 'o' },
+       { "test-opts", 1, 0, 'O' },
 +      { "pass-fd", 1, 0, 'p' },
        { "types", 1, 0, 't' },
        { "bind", 0, 0, 128 },
@@ -1021,8 +1022,8 @@ diff -u -u -r1.1.1.1 -r1.1.1.1.2.3
        initproctitle(argc, argv);
  #endif
  
--      while ((c = getopt_long (argc, argv, "afFhlL:no:rsU:vVwt:",
-+      while ((c = getopt_long (argc, argv, "afFhlL:no:p:rsU:vVwt:",
+-      while ((c = getopt_long (argc, argv, "afFhlL:no:O:rsU:vVwt:",
++      while ((c = getopt_long (argc, argv, "afFhlL:no:O:p:rsU:vVwt:",
                                 longopts, NULL)) != -1) {
                switch (c) {
                case 'a':               /* mount everything in fstab */
This page took 0.077998 seconds and 4 git commands to generate.