diff options
Diffstat (limited to 'lib-src/ntlib.c')
| -rw-r--r-- | lib-src/ntlib.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c index c24b35d9a19..0ecd4177d2c 100644 --- a/lib-src/ntlib.c +++ b/lib-src/ntlib.c | |||
| @@ -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, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 | Copyright (C) 1994, 2001-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 | ||
| @@ -144,7 +143,7 @@ setuid (unsigned uid) | |||
| 144 | } | 143 | } |
| 145 | 144 | ||
| 146 | int | 145 | int |
| 147 | setegid (unsigned gid) | 146 | setregid (unsigned rgid, unsigned gid) |
| 148 | { | 147 | { |
| 149 | return 0; | 148 | return 0; |
| 150 | } | 149 | } |
| @@ -374,5 +373,3 @@ stat (const char * path, struct stat * buf) | |||
| 374 | return 0; | 373 | return 0; |
| 375 | } | 374 | } |
| 376 | 375 | ||
| 377 | /* arch-tag: 7b63fb83-70ee-4124-8822-54e53e5d0773 | ||
| 378 | (do not change this comment) */ | ||