- (dtucker) [acconfig.h] Typo.

This commit is contained in:
Darren Tucker 2003-09-07 11:37:27 +10:00
Родитель 3393c5c36e
Коммит 7c600f24a4
2 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -6,7 +6,8 @@
- (dtucker) [regress/sftp-batch.sh] Make temporary batch file name more
distinctive, so "rm ${BATCH}.*" doesn't match the script itself.
- (dtucker) [regress/sftp-cmds.sh] Skip quoted file test on Cygwin.
- (dtucker) openbsd-compat/xcrypt.c] #elsif -> #elif
- (dtucker) [openbsd-compat/xcrypt.c] #elsif -> #elif
- (dtucker) [acconfig.h] Typo.
20030906
- (dtucker) [acconfig.h configure.ac uidswap.c] Prefer setuid/setgid on AIX.
@ -1034,4 +1035,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
$Id: ChangeLog,v 1.2967 2003/09/06 23:43:42 dtucker Exp $
$Id: ChangeLog,v 1.2968 2003/09/07 01:37:27 dtucker Exp $

Просмотреть файл

@ -1,4 +1,4 @@
/* $Id: acconfig.h,v 1.163 2003/09/06 06:44:39 dtucker Exp $ */
/* $Id: acconfig.h,v 1.164 2003/09/07 01:37:27 dtucker Exp $ */
/*
* Copyright (c) 1999-2003 Damien Miller. All rights reserved.
@ -39,7 +39,7 @@
#undef BROKEN_SETREUID
/* Define if your setregid() is broken */
#undef BROKEN_SERREGID
#undef BROKEN_SETREGID
/* Define to a Set Process Title type if your system is */
/* supported by bsd-setproctitle.c */