small cleanup patch

Tim Rice tim at multitalents.net
Tue Feb 27 14:21:12 EST 2001


configure.in: Open Server 5 doesn't need AC_DEFINE(BROKEN_SAVED_UIDS)

pathnames.h: add #ifndef _PATH_LS to fix
"src/pathnames.h", line 123: warning: macro redefined: _PATH_LS


-- 
Tim Rice				Multitalents	(707) 887-1469
tim at multitalents.net

-------------- next part --------------
--- openssh_cvs/configure.in.old	Mon Feb 26 18:47:57 2001
+++ openssh_cvs/configure.in	Mon Feb 26 18:50:28 2001
@@ -257,7 +257,6 @@
 	AC_DEFINE(HAVE_SCO_PROTECTED_PW)
 	AC_DEFINE(DISABLE_SHADOW)
 	AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
-	AC_DEFINE(BROKEN_SAVED_UIDS)
 	AC_CHECK_FUNCS(getluid setluid)
 	;;
 *-dec-osf*)
--- openssh_cvs/pathnames.h.old	Sat Feb 10 19:39:35 2001
+++ openssh_cvs/pathnames.h	Mon Feb 26 19:08:19 2001
@@ -120,7 +120,9 @@
 #ifndef _PATH_SFTP_SERVER
 #define _PATH_SFTP_SERVER		"/usr/libexec/sftp-server"
 #endif
+#ifndef _PATH_LS
 #define _PATH_LS			"ls"
+#endif
 
 /* path to login program */
 #ifndef LOGIN_PROGRAM


More information about the openssh-unix-dev mailing list