[BACK]Return to patch-gio_gunixmounts.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / glib2 / patches

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/devel/glib2/patches/patch-gio_gunixmounts.c between version 1.3 and 1.4

version 1.3, 2019/06/03 21:24:04 version 1.4, 2019/06/03 23:09:29
Line 2  $NetBSD$
Line 2  $NetBSD$
   
 SunOS has sys/mntent.h but no mnt_opts.  SunOS has sys/mntent.h but no mnt_opts.
 XXX who else uses the sys/mntent.h case?  XXX who else uses the sys/mntent.h case?
   https://gitlab.gnome.org/GNOME/glib/merge_requests/890
   
 --- gio/gunixmounts.c.orig      2019-05-03 13:43:28.000000000 +0000  --- gio/gunixmounts.c.orig      2019-05-03 13:43:28.000000000 +0000
 +++ gio/gunixmounts.c  +++ gio/gunixmounts.c
Line 10  XXX who else uses the sys/mntent.h case?
Line 11  XXX who else uses the sys/mntent.h case?
                                               NULL,                                                NULL,
                                               mntent.mnt_fstype,                                                mntent.mnt_fstype,
 -                                             mntent.mnt_opts,  -                                             mntent.mnt_opts,
 +                                             NULL/*mntent.mnt_opts*/,  +                                             mntent.mnt_mntopts,
                                               is_read_only);                                                is_read_only);
   
        return_list = g_list_prepend (return_list, mount_entry);         return_list = g_list_prepend (return_list, mount_entry);

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>