amd64: declare initializecpu outside of SMP
[dragonfly.git] / lib / libpam / patches / openpam_ttyconv.c.patch
blobbbe461021fb0fc4398a3e9cf933bfcc589e8761c
1 $DragonFly: src/lib/libpam/patches/openpam_ttyconv.c.patch,v 1.1 2005/07/13 12:34:21 joerg Exp $
3 --- openpam_ttyconv.c.orig 2005-07-07 19:46:23.000000000 +0200
4 +++ openpam_ttyconv.c 2005-07-07 19:46:26.000000000 +0200
5 @@ -65,7 +65,7 @@
6 char buf[PAM_MAX_RESP_SIZE];
7 struct sigaction action, saved_action;
8 sigset_t saved_sigset, sigset;
9 - unsigned int saved_alarm;
10 + unsigned int saved_alarm = 0;
11 int eof, error, fd;
12 size_t len;
13 char *retval;