~ubuntu-branches/ubuntu/oneiric/gnupg2/oneiric-updates

« back to all changes in this revision

Viewing changes to tools/rfc822parse.c

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-10-04 10:25:53 UTC
  • mfrom: (5.1.15 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081004102553-fv62pp8dsitxli47
Tags: 2.0.9-3.1
* Non-maintainer upload.
* agent/gpg-agent.c: Deinit the threading library before exec'ing
  the command to run in --daemon mode. And because that still doesn't
  restore the sigprocmask, do that manually. Closes: #499569

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 *
5
5
 * This program is free software; you can redistribute it and/or
6
6
 * modify it under the terms of the GNU Lesser General Public License
7
 
 * as published by the Free Software Foundation; either version 2.1 of
 
7
 * as published by the Free Software Foundation; either version 3 of
8
8
 * the License, or (at your option) any later version.
9
9
 * 
10
10
 * This program is distributed in the hope that it will be useful,
13
13
 * GNU Lesser General Public License for more details.
14
14
 * 
15
15
 * You should have received a copy of the GNU Lesser General Public
16
 
 * License along with this program; if not, write to the Free Software
17
 
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18
 
 * 02110-1301, USA.
 
16
 * License along with this program; if not, see <http://www.gnu.org/licenses/>.
19
17
 */
20
18
 
21
19
 
1253
1251
 
1254
1252
/*
1255
1253
Local Variables:
1256
 
compile-command: "gcc -Wall -g -DTESTING -o rfc822parse rfc822parse.c"
 
1254
compile-command: "gcc -Wall -Wno-pointer-sign -g -DTESTING -o rfc822parse rfc822parse.c"
1257
1255
End:
1258
1256
*/