mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
816 B

  1. Nur in util-linux-2.12h-patch/fdisk: cfdisk.c~.
  2. Nur in util-linux-2.12h-patch/fdisk: fdisk.c~.
  3. Nur in util-linux-2.12h-patch/fdisk: sfdisk.c~.
  4. diff -dur util-linux-2.12h/mount/mount.c util-linux-2.12h-patch/mount/mount.c
  5. --- util-linux-2.12h/mount/mount.c 2004-10-13 20:54:39.000000000 +0000
  6. +++ util-linux-2.12h-patch/mount/mount.c 2004-10-23 03:16:30.310508504 +0000
  7. @@ -1109,7 +1109,7 @@
  8. * Return 0 for success (either mounted sth or -a and NOAUTO was given)
  9. */
  10. static int
  11. -mount_one (const char *spec, const char *node, const char *types,
  12. +mount_one (const char *spec, char *node, const char *types,
  13. const char *opts, char *cmdlineopts, int freq, int pass) {
  14. int status, status2;
  15. const char *nspec;
  16. Nur in util-linux-2.12h-patch/mount: mount.c~.
  17. Nur in util-linux-2.12h-patch/mount: mount.c.rej.