summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-08-09 14:37:52 +1000
committerDarren Tucker <dtucker@zip.com.au>2007-08-09 14:37:52 +1000
commita5b6f72a523c23c0c49a8e0231646e329a05a434 (patch)
tree93595d3d202865b7edf4704bebfc6fc53398e20b
parent6f6b27d515a1807086e59a8918eb0ca8c1cea398 (diff)
- (dtucker) [defines.h] Remove _PATH_{CSHELL,SHELLS} which aren't
used anywhere and are a potential source of warnings.
-rw-r--r--ChangeLog4
-rw-r--r--defines.h8
2 files changed, 4 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index e78bbe558..d528ff742 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
2 - (dtucker) [openbsd-compat/port-aix.c] Comment typo. 2 - (dtucker) [openbsd-compat/port-aix.c] Comment typo.
3 - (dtucker) [README.platform] Document the interaction between PermitRootLogin 3 - (dtucker) [README.platform] Document the interaction between PermitRootLogin
4 and the AIX native login restrictions. 4 and the AIX native login restrictions.
5 - (dtucker) [defines.h] Remove _PATH_{CSHELL,SHELLS} which aren't
6 used anywhere and are a potential source of warnings.
5 7
620070808 820070808
7 - (djm) OpenBSD CVS Sync 9 - (djm) OpenBSD CVS Sync
@@ -3140,4 +3142,4 @@
3140 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3142 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3141 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3143 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3142 3144
3143$Id: ChangeLog,v 1.4720 2007/08/09 04:31:53 dtucker Exp $ 3145$Id: ChangeLog,v 1.4721 2007/08/09 04:37:52 dtucker Exp $
diff --git a/defines.h b/defines.h
index 336880c96..5e7d6769d 100644
--- a/defines.h
+++ b/defines.h
@@ -25,7 +25,7 @@
25#ifndef _DEFINES_H 25#ifndef _DEFINES_H
26#define _DEFINES_H 26#define _DEFINES_H
27 27
28/* $Id: defines.h,v 1.142 2007/04/29 05:06:45 dtucker Exp $ */ 28/* $Id: defines.h,v 1.143 2007/08/09 04:37:52 dtucker Exp $ */
29 29
30 30
31/* Constants */ 31/* Constants */
@@ -321,12 +321,6 @@ struct winsize {
321#ifndef _PATH_BSHELL 321#ifndef _PATH_BSHELL
322# define _PATH_BSHELL "/bin/sh" 322# define _PATH_BSHELL "/bin/sh"
323#endif 323#endif
324#ifndef _PATH_CSHELL
325# define _PATH_CSHELL "/bin/csh"
326#endif
327#ifndef _PATH_SHELLS
328# define _PATH_SHELLS "/etc/shells"
329#endif
330 324
331#ifdef USER_PATH 325#ifdef USER_PATH
332# ifdef _PATH_STDPATH 326# ifdef _PATH_STDPATH