]> git.pld-linux.org Git - packages/util-linux.git/blobdiff - util-linux-diet.patch
- updated to 2.32
[packages/util-linux.git] / util-linux-diet.patch
index 24404a5f53dd54488bd9985dbbf321b4e1620caa..4c3896b6cef05592aae8fab667066aff9e87f927 100644 (file)
  
  static int do_scale_by_power (uintmax_t *x, int base, int power)
  {
-#--- util-linux-2.19/libmount/src/utils.c~     2011-01-24 23:46:29.000000000 +0100
-#+++ util-linux-2.19/libmount/src/utils.c      2011-02-10 20:12:00.499611392 +0100
-#@@ -398,7 +398,11 @@
-#      int rc = -1;
-#         struct passwd pwd;
-#      struct passwd *pw;
-#+#ifdef _SC_GETPW_R_SIZE_MAX
-#      size_t sz = sysconf(_SC_GETPW_R_SIZE_MAX);
-#+#else
-#+     size_t sz = 0;
-#+#endif
-#      char *buf;
-# 
-#      if (!username || !uid)
-#@@ -427,7 +431,11 @@
-#      int rc = -1;
-#         struct group grp;
-#      struct group *gr;
-#+#ifdef _SC_GETGR_R_SIZE_MAX
-#      size_t sz = sysconf(_SC_GETGR_R_SIZE_MAX);
-#+#else
-#+     size_t sz = 0;
-#+#endif
-#      char *buf;
-# 
-#      if (!groupname || !gid)
 --- util-linux-2.19/lib/at.c~  2011-01-31 16:43:47.000000000 +0100
 +++ util-linux-2.19/lib/at.c   2011-02-10 20:30:37.336797058 +0100
 @@ -7,6 +7,7 @@
This page took 0.050359 seconds and 4 git commands to generate.