summaryrefslogtreecommitdiff
path: root/usr.bin/less/filename.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/less/filename.c')
-rw-r--r--usr.bin/less/filename.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/less/filename.c b/usr.bin/less/filename.c
index 1c499e99411..761f92996ef 100644
--- a/usr.bin/less/filename.c
+++ b/usr.bin/less/filename.c
@@ -256,6 +256,7 @@ dirfile(dirname, filename)
return (pathname);
}
+#ifndef SMALL_PROGRAM
/*
* Return the full pathname of the given file in the "home directory".
*/
@@ -301,6 +302,7 @@ homefile(filename)
#endif
return (NULL);
}
+#endif /* SMALL_PROGRAM */
#ifdef HELPFILE
/*