=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/filename.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/less/filename.c 2006/12/06 05:03:29 1.13 +++ src/usr.bin/less/filename.c 2010/07/03 16:29:46 1.14 @@ -256,6 +256,7 @@ return (pathname); } +#ifndef SMALL_PROGRAM /* * Return the full pathname of the given file in the "home directory". */ @@ -301,6 +302,7 @@ #endif return (NULL); } +#endif /* SMALL_PROGRAM */ #ifdef HELPFILE /*