Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/lib/libdm Pull up following revision(s) (requested by ria...



details:   https://anonhg.NetBSD.org/src/rev/564dd6ee94e9
branches:  netbsd-9
changeset: 745000:564dd6ee94e9
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Feb 20 14:42:30 2020 +0000

description:
Pull up following revision(s) (requested by riastradh in ticket #713):

        lib/libdm/libdm_ioctl.c: revision 1.4

Let's not write temporary files to fixed paths in /tmp, shall we?
XXX pullup

diffstat:

 lib/libdm/libdm_ioctl.c |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d9497d3185fd -r 564dd6ee94e9 lib/libdm/libdm_ioctl.c
--- a/lib/libdm/libdm_ioctl.c   Thu Feb 20 14:38:29 2020 +0000
+++ b/lib/libdm/libdm_ioctl.c   Thu Feb 20 14:42:30 2020 +0000
@@ -171,14 +171,12 @@
        }
        dict = prop_dictionary_internalize(prefp.pref_plist);
 #else
-       prop_dictionary_externalize_to_file(libdm_task->ldm_task, "/tmp/libdm_in");
        error = prop_dictionary_sendrecv_ioctl(libdm_task->ldm_task,
            libdm_control_fd, NETBSD_DM_IOCTL, &dict);
        if ( error != 0) {
                libdm_control_close(libdm_control_fd);
                return error;
        }
-       prop_dictionary_externalize_to_file(dict, "/tmp/libdm_out");
 #endif
 
        libdm_control_close(libdm_control_fd);



Home | Main Index | Thread Index | Old Index