diff options
| author | Joakim Verona | 2011-02-05 11:23:09 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-02-05 11:23:09 +0100 |
| commit | 4bd51ad5c3445b644dfb017d5b57b10a90aa325f (patch) | |
| tree | 894801e7308ce4ecc34933f959e28f4b9cff9533 /lib-src/ntlib.h | |
| parent | 13cfe8df462ab8da9f0028e16cc84dcaceaca3d1 (diff) | |
| parent | 9bcaafce5351d270ac514e23cb69ff1a5fd35229 (diff) | |
| download | emacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.tar.gz emacs-4bd51ad5c3445b644dfb017d5b57b10a90aa325f.zip | |
merge from upstream. currently seems to have bitroted and i get segfaults
Diffstat (limited to 'lib-src/ntlib.h')
| -rw-r--r-- | lib-src/ntlib.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h index 4dd6a32ee32..be8d2a58a50 100644 --- a/lib-src/ntlib.h +++ b/lib-src/ntlib.h | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | /* Utility and Unix shadow routines for GNU Emacs support programs on NT. | 1 | /* Utility and Unix shadow routines for GNU Emacs support programs on NT. |
| 2 | Copyright (C) 1994, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1994, 2002-2011 Free Software Foundation, Inc. |
| 3 | 2008, 2009, 2010 Free Software Foundation, Inc. | ||
| 4 | 3 | ||
| 5 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 6 | 5 | ||
| @@ -39,7 +38,7 @@ unsigned getuid (void); | |||
| 39 | unsigned getegid (void); | 38 | unsigned getegid (void); |
| 40 | unsigned getgid (void); | 39 | unsigned getgid (void); |
| 41 | int setuid (unsigned uid); | 40 | int setuid (unsigned uid); |
| 42 | int setegid (unsigned gid); | 41 | int setregid (unsigned rgid, unsigned gid); |
| 43 | char * getpass (const char * prompt); | 42 | char * getpass (const char * prompt); |
| 44 | int fchown (int fd, unsigned uid, unsigned gid); | 43 | int fchown (int fd, unsigned uid, unsigned gid); |
| 45 | 44 | ||
| @@ -106,5 +105,3 @@ int fchown (int fd, unsigned uid, unsigned gid); | |||
| 106 | 105 | ||
| 107 | /* end of ntlib.h */ | 106 | /* end of ntlib.h */ |
| 108 | 107 | ||
| 109 | /* arch-tag: 93444f66-7b98-4aa5-a5cd-01444094af28 | ||
| 110 | (do not change this comment) */ | ||