summaryrefslogtreecommitdiff
path: root/package/screen/patches/patch-utmp_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-01 19:45:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-01 19:45:20 +0100
commit269e98c93f1bff77dc33701f1e5e8615a031ec0b (patch)
treed6e35e6da4bc19f657ac07ff8447ec065d85a4aa /package/screen/patches/patch-utmp_c
parentd1b6ea47f57cbcac8543a4dba976e13e3bc2e985 (diff)
parent2a8b0c42a074556bd489ef88a2b788f84ff6cf1e (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/screen/patches/patch-utmp_c')
-rw-r--r--package/screen/patches/patch-utmp_c12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/screen/patches/patch-utmp_c b/package/screen/patches/patch-utmp_c
deleted file mode 100644
index 4beebc274..000000000
--- a/package/screen/patches/patch-utmp_c
+++ /dev/null
@@ -1,12 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- screen-4.0.3.orig/utmp.c 2003-09-08 16:27:17.000000000 +0200
-+++ screen-4.0.3/utmp.c 2008-12-08 04:59:38.000000000 +0100
-@@ -422,7 +422,7 @@ struct win *wi;
- debug2("SetUtmp %d will get slot %d...\n", wi->w_number, (int)slot);
-
- bzero((char *)&u, sizeof(u));
-- if ((saved_ut = bcmp((char *) &wi->w_savut, (char *)&u, sizeof(u))))
-+ if ((saved_ut = memcmp((char *) &wi->w_savut, (char *)&u, sizeof(u))))
- /* restore original, of which we will adopt all fields but ut_host */
- bcopy((char *)&wi->w_savut, (char *) &u, sizeof(u));
-