The unified diff between revisions [7a3b7b90..] and [b0cf63e6..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'compat.c'
#
#
# patch "compat.c"
# from [9db0525e023dbbce7ce818eb6921e8062c9cc409]
# to [ce7aa00784b3701ecb125a7824a8cff4ab5b607e]
#
============================================================
--- compat.c 9db0525e023dbbce7ce818eb6921e8062c9cc409
+++ compat.c ce7aa00784b3701ecb125a7824a8cff4ab5b607e
@@ -199,6 +199,7 @@ char *basename(const char *path) {
#endif /* HAVE_BASENAME */
#ifndef HAVE_GETUSERSHELL
+#if 0
/*
* Get a list of shells from /etc/shells, if it exists.
@@ -278,4 +279,5 @@ static char **initshells() {
return (shells);
}
+#endif
#endif /* HAVE_GETUSERSHELL */