aboutsummaryrefslogtreecommitdiff
path: root/bin/pax/cache.c
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-10-23 21:23:27 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-10-23 21:23:27 +0000
commitc2ad0566d6cb5ac7690cccc3172b44fdb0049824 (patch)
treeebe7c0754cf87fed027b73aefc15f1e0d29e7c03 /bin/pax/cache.c
parent1d06ee4a64040e10eec15f2bd0c126ac44f36c20 (diff)
downloadsrc-c2ad0566d6cb5ac7690cccc3172b44fdb0049824.tar.gz
src-c2ad0566d6cb5ac7690cccc3172b44fdb0049824.zip
Remove unneded ctype.h everywhere
Add setlocale LC_TIME
Notes
Notes: svn path=/head/; revision=11746
Diffstat (limited to 'bin/pax/cache.c')
-rw-r--r--bin/pax/cache.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/pax/cache.c b/bin/pax/cache.c
index 8d88abe15b29..6ffe469ac7c4 100644
--- a/bin/pax/cache.c
+++ b/bin/pax/cache.c
@@ -34,7 +34,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: cache.c,v 1.2 1994/09/24 02:56:14 davidg Exp $
*/
#ifndef lint
@@ -47,7 +47,6 @@ static char sccsid[] = "@(#)cache.c 8.1 (Berkeley) 5/31/93";
#include <sys/param.h>
#include <string.h>
#include <stdio.h>
-#include <ctype.h>
#include <pwd.h>
#include <grp.h>
#include <unistd.h>