another Slowlaris speciality...

This commit is contained in:
tg 2005-10-25 19:35:14 +00:00
parent 2f9687c58a
commit 181463f990

View File

@ -1,4 +1,4 @@
/** $MirOS: src/bin/mksh/funcs.c,v 1.21 2005/10/21 12:41:55 tg Exp $ */
/** $MirOS: src/bin/mksh/funcs.c,v 1.22 2005/10/25 19:35:14 tg Exp $ */
/* $OpenBSD: c_ksh.c,v 1.27 2005/03/30 17:16:37 deraadt Exp $ */
/* $OpenBSD: c_sh.c,v 1.31 2005/10/08 18:07:31 otto Exp $ */
/* $OpenBSD: c_test.c,v 1.17 2005/03/30 17:16:37 deraadt Exp $ */
@ -6,6 +6,9 @@
#include "sh.h"
#include <sys/time.h>
#if defined(__sun__)
#include <sys/mkdev.h>
#endif
#include <sys/stat.h>
#include <sys/resource.h>
#include <ctype.h>
@ -13,7 +16,7 @@
#include <ulimit.h>
#endif
__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.21 2005/10/21 12:41:55 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.22 2005/10/25 19:35:14 tg Exp $");
int
c_cd(char **wp)