~ubuntu-branches/ubuntu/dapper/xorg-server/dapper-proposed

« back to all changes in this revision

Viewing changes to debian/patches/xkb-and-loathing.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2008-05-26 15:03:43 UTC
  • Revision ID: james.westby@ubuntu.com-20080526150343-vq87hqs2cvcvqq21
Tags: 1:1.0.2-0ubuntu10.12
Fix the previous patch to use sig_t instead of sighandler_t. Thanks to
Andrew Pollock! (LP: #113679)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
     int pid;
20
20
 } *pidlist;
21
21
 
22
 
+static sighandler_t old_alarm = NULL; /* XXX horrible awful hack */
 
22
+static sig_t old_alarm = NULL; /* XXX horrible awful hack */
23
23
+
24
24
 pointer
25
25
 Popen(char *command, char *type)