summaryrefslogtreecommitdiffstats
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 e78bbe55..d528ff74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
- (dtucker) [openbsd-compat/port-aix.c] Comment typo.
- (dtucker) [README.platform] Document the interaction between PermitRootLogin
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
- (djm) OpenBSD CVS Sync
@@ -3140,4 +3142,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
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 $
diff --git a/defines.h b/defines.h
index 336880c9..5e7d6769 100644
--- a/defines.h
+++ b/defines.h
@@ -25,7 +25,7 @@
#ifndef _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 */
@@ -321,12 +321,6 @@ struct winsize {
#ifndef _PATH_BSHELL
# define _PATH_BSHELL "/bin/sh"
#endif
-#ifndef _PATH_CSHELL
-# define _PATH_CSHELL "/bin/csh"
-#endif
-#ifndef _PATH_SHELLS
-# define _PATH_SHELLS "/etc/shells"
-#endif
#ifdef USER_PATH
# ifdef _PATH_STDPATH