Mercurial > dropbear
diff compat.c @ 316:dc6173e09ff7 ucc-axis-hack
smaller yet again
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 28 Mar 2006 16:04:11 +0000 |
parents | ace512d2ad5d |
children |
line wrap: on
line diff
--- a/compat.c Mon Mar 27 08:36:44 2006 +0000 +++ b/compat.c Tue Mar 28 16:04:11 2006 +0000 @@ -199,6 +199,7 @@ #endif /* HAVE_BASENAME */ #ifndef HAVE_GETUSERSHELL +#if 0 /* * Get a list of shells from /etc/shells, if it exists. @@ -278,4 +279,5 @@ return (shells); } +#endif #endif /* HAVE_GETUSERSHELL */