diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2000-08-01 15:04:23 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2000-08-01 15:04:23 +0000 |
commit | c91394458d2dac7c1ac8ef1d9c14aee297a13ba3 (patch) | |
tree | c8ec2a485810079729bfbb4fb303f16de31b4857 /misc/alevt | |
parent | f77c7bc267a6580d05f1c4479625b29d3af52c90 (diff) |
Notes
Diffstat (limited to 'misc/alevt')
-rw-r--r-- | misc/alevt/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/alevt/files/patch-ab b/misc/alevt/files/patch-ab new file mode 100644 index 000000000000..9ce44f126221 --- /dev/null +++ b/misc/alevt/files/patch-ab @@ -0,0 +1,13 @@ +*** xio.c.orig Thu Oct 7 23:24:38 1999 +--- xio.c Tue Aug 1 15:57:33 2000 +*************** xio_open_dpy(char *dpy, int argc, char * +*** 170,175 **** +--- 170,177 ---- + if (not(xio = malloc(sizeof(*xio)))) + goto fail1; + ++ bzero(xio, sizeof *xio); ++ + if (not(xio->dpy = XOpenDisplay(dpy))) + goto fail2; + |