Displaying 2 results from an estimated 2 matches for "uid_set".
Did you mean:
vid_set
2003 Jan 24
0
[Bug 473] New: cannot update password using PAM on HP-UX system that has been tsconverted
...:43 cvsuser Exp $");
---
> RCSID("$Id: auth-pam.c,v 1.42 2002/02/05 01:40:47 djm Exp $");
146d145
<
326c325
< void do_pam_chauthtok(struct passwd *pw)
---
> void do_pam_chauthtok(void)
329,331d327
< uid_t current_uid;
< uid_t current_euid;
< int uid_set = 0;
337,340d332
< if ((geteuid() == 0) && (current_uid = getuid()) == 0) {
< setreuid(pw->pw_uid, -1);
< uid_set = 1;
< }
342,344d333
< if (uid_set == 1) {
< set...
2009 Jun 29
1
wine/RosettaStone breakage from recent kernel commit
...try_ops[] = {
};
struct iso9660_options{
- char map;
- char rock;
+ unsigned int rock:1;
+ unsigned int cruft:1;
+ unsigned int hide:1;
+ unsigned int showassoc:1;
+ unsigned int nocompress:1;
+ unsigned int overriderockperm:1;
+ unsigned int uid_set:1;
+ unsigned int gid_set:1;
+ unsigned int utf8:1;
+ unsigned char map;
char joliet;
- char cruft;
- char hide;
- char showassoc;
- char nocompress;
- char overriderockperm;
unsigned char check;
unsigned int blocksize;...