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.

16 lines
544 B

  1. S.th. modified is not const ... for gcc-3.4.
  2. - Rene Rebe <rene@rocklinux.org>
  3. --- ./mount/mount.c.vanilla 2004-07-04 20:35:50.000000000 +0200
  4. +++ ./mount/mount.c 2004-07-04 20:36:29.000000000 +0200
  5. @@ -1104,7 +1104,7 @@
  6. * Return 0 for success (either mounted sth or -a and NOAUTO was given)
  7. */
  8. static int
  9. -mount_one (const char *spec, const char *node, char *types, const char *opts,
  10. +mount_one (const char *spec, char *node, char *types, const char *opts,
  11. char *cmdlineopts, int freq, int pass) {
  12. int status;
  13. int status2;