diff options
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) */ | ||