- (dtucker) [openbsd-compat/bsd-closefrom.c] Comment out rcsid.

This commit is contained in:
Darren Tucker 2006-08-18 19:49:58 +10:00
parent d018b2e9c8
commit 43d3ccdbdd
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
20060818
- (dtucker) [configure.ac openbsd-compat/bsd-closefrom.c] Resync with
closefrom.c from sudo.
- (dtucker) [openbsd-compat/bsd-closefrom.c] Comment out rcsid.
20060817
- (dtucker) [openbsd-compat/fake-rfc2553.c openbsd-compat/setproctitle.c]
@ -5222,4 +5223,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.4483 2006/08/18 08:51:20 dtucker Exp $
$Id: ChangeLog,v 1.4484 2006/08/18 09:49:58 dtucker Exp $

View File

@ -51,7 +51,7 @@
# define OPEN_MAX 256
#endif
#ifndef lint
#if 0
__unused static const char rcsid[] = "$Sudo: closefrom.c,v 1.11 2006/08/17 15:26:54 millert Exp $";
#endif /* lint */