From 0c8e19979914f90d1a676593fede33d73978a3be Mon Sep 17 00:00:00 2001 From: Jason Peel Date: Fri, 16 May 2003 19:58:58 +0000 Subject: fix several constant overflows, remove the strerror prototype (shouldn't be there), and cleanup some whitespace; help from, and okay millert@ --- bin/ksh/proto.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/ksh/proto.h') diff --git a/bin/ksh/proto.h b/bin/ksh/proto.h index 42a0427aa50..d0b7e8a4638 100644 --- a/bin/ksh/proto.h +++ b/bin/ksh/proto.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proto.h,v 1.10 2003/04/16 23:11:52 tdeval Exp $ */ +/* $OpenBSD: proto.h,v 1.11 2003/05/16 19:58:57 jsyn Exp $ */ /* * prototypes for PD-KSH @@ -189,7 +189,6 @@ void change_flag ARGS((enum sh_flag f, int what, int newval)); int parse_args ARGS((char **argv, int what, int *setargsp)); int getn ARGS((const char *as, int *ai)); int bi_getn ARGS((const char *as, int *ai)); -char * strerror ARGS((int i)); int gmatch ARGS((const char *s, const char *p, int isfile)); int has_globbing ARGS((const char *xp, const char *xpe)); const unsigned char *pat_scan ARGS((const unsigned char *p, -- cgit v1.2.3