Sync MirBSD main source tree against OpenBSD-current,

which should be fairly stable after the Hackathon now.
This commit is contained in:
tg
2003-05-21 18:35:58 +00:00
parent 7ebc0530d6
commit 783afc8802
5 changed files with 29 additions and 45 deletions

View File

@ -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,