- (dtucker) [defines.h] Remove _PATH_{CSHELL,SHELLS} which aren't
used anywhere and are a potential source of warnings.
This commit is contained in:
parent
6f6b27d515
commit
a5b6f72a52
|
@ -2,6 +2,8 @@
|
||||||
- (dtucker) [openbsd-compat/port-aix.c] Comment typo.
|
- (dtucker) [openbsd-compat/port-aix.c] Comment typo.
|
||||||
- (dtucker) [README.platform] Document the interaction between PermitRootLogin
|
- (dtucker) [README.platform] Document the interaction between PermitRootLogin
|
||||||
and the AIX native login restrictions.
|
and the AIX native login restrictions.
|
||||||
|
- (dtucker) [defines.h] Remove _PATH_{CSHELL,SHELLS} which aren't
|
||||||
|
used anywhere and are a potential source of warnings.
|
||||||
|
|
||||||
20070808
|
20070808
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
|
@ -3140,4 +3142,4 @@
|
||||||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4720 2007/08/09 04:31:53 dtucker Exp $
|
$Id: ChangeLog,v 1.4721 2007/08/09 04:37:52 dtucker Exp $
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
#ifndef _DEFINES_H
|
#ifndef _DEFINES_H
|
||||||
#define _DEFINES_H
|
#define _DEFINES_H
|
||||||
|
|
||||||
/* $Id: defines.h,v 1.142 2007/04/29 05:06:45 dtucker Exp $ */
|
/* $Id: defines.h,v 1.143 2007/08/09 04:37:52 dtucker Exp $ */
|
||||||
|
|
||||||
|
|
||||||
/* Constants */
|
/* Constants */
|
||||||
|
@ -321,12 +321,6 @@ struct winsize {
|
||||||
#ifndef _PATH_BSHELL
|
#ifndef _PATH_BSHELL
|
||||||
# define _PATH_BSHELL "/bin/sh"
|
# define _PATH_BSHELL "/bin/sh"
|
||||||
#endif
|
#endif
|
||||||
#ifndef _PATH_CSHELL
|
|
||||||
# define _PATH_CSHELL "/bin/csh"
|
|
||||||
#endif
|
|
||||||
#ifndef _PATH_SHELLS
|
|
||||||
# define _PATH_SHELLS "/etc/shells"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef USER_PATH
|
#ifdef USER_PATH
|
||||||
# ifdef _PATH_STDPATH
|
# ifdef _PATH_STDPATH
|
||||||
|
|
Loading…
Reference in New Issue