]> andersk Git - openssh.git/commitdiff
- (dtucker) [defines.h] Remove _PATH_{CSHELL,SHELLS} which aren't
authordtucker <dtucker>
Thu, 9 Aug 2007 04:37:52 +0000 (04:37 +0000)
committerdtucker <dtucker>
Thu, 9 Aug 2007 04:37:52 +0000 (04:37 +0000)
   used anywhere and are a potential source of warnings.

ChangeLog
defines.h

index 43eaa60e9f4efdc3c6045b6be61f4c89373d1994..9b1c27a2125432ef226f9ff4991b9211c5fb8c9d 100644 (file)
--- 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
index dfdc35ae3d60ae6df048da3126d58929635eccca..0b1640e8f9a941aa8d3d0f17ff6850052b983670 100644 (file)
--- a/defines.h
+++ b/defines.h
@@ -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
This page took 0.056184 seconds and 5 git commands to generate.