diff options
author | ache <ache@FreeBSD.org> | 1995-10-23 21:23:27 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-10-23 21:23:27 +0000 |
commit | 73ab20d2fc1071aff9034045be14d44674237217 (patch) | |
tree | ebe7c0754cf87fed027b73aefc15f1e0d29e7c03 /bin/pax/gen_subs.c | |
parent | 76a4f2bbdd467a55e19748db102bd78f846f6ddf (diff) | |
download | FreeBSD-src-73ab20d2fc1071aff9034045be14d44674237217.zip FreeBSD-src-73ab20d2fc1071aff9034045be14d44674237217.tar.gz |
Remove unneded ctype.h everywhere
Add setlocale LC_TIME
Diffstat (limited to 'bin/pax/gen_subs.c')
-rw-r--r-- | bin/pax/gen_subs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/pax/gen_subs.c b/bin/pax/gen_subs.c index 2d228fc..4c3efdf 100644 --- a/bin/pax/gen_subs.c +++ b/bin/pax/gen_subs.c @@ -34,7 +34,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: gen_subs.c,v 1.4 1995/05/30 00:06:58 rgrimes Exp $ + * $Id: gen_subs.c,v 1.5 1995/08/07 19:17:36 wollman Exp $ */ #ifndef lint @@ -46,7 +46,6 @@ static char sccsid[] = "@(#)gen_subs.c 8.1 (Berkeley) 5/31/93"; #include <sys/stat.h> #include <sys/param.h> #include <stdio.h> -#include <ctype.h> #include <utmp.h> #include <unistd.h> #include <stdlib.h> |