diff options
author | Jason Peel <jsyn@cvs.openbsd.org> | 2003-05-16 19:58:58 +0000 |
---|---|---|
committer | Jason Peel <jsyn@cvs.openbsd.org> | 2003-05-16 19:58:58 +0000 |
commit | 0c8e19979914f90d1a676593fede33d73978a3be (patch) | |
tree | 51c619d68305dec886a88709605f3c88309e39d4 /bin/ksh/proto.h | |
parent | af98e47ac496ec0d5f53f22a08c6ed052b86265e (diff) |
fix several constant overflows, remove the strerror prototype (shouldn't be
there), and cleanup some whitespace; help from, and okay millert@
Diffstat (limited to 'bin/ksh/proto.h')
-rw-r--r-- | bin/ksh/proto.h | 3 |
1 files changed, 1 insertions, 2 deletions
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, |