* fix CR-LF accident

* fix gcc4 warnings in autoconf tests
* Debian needs <grp.h> for setgroups, which seems fairly POSIX

Testsuite succeeds on Debian testing/unstable (i386)
This commit is contained in:
tg
2006-11-12 13:35:29 +00:00
parent 623bf49f19
commit f7ef916ed9
2 changed files with 15 additions and 11 deletions

5
misc.c
View File

@ -2,8 +2,11 @@
/* $OpenBSD: path.c,v 1.12 2005/03/30 17:16:37 deraadt Exp $ */
#include "sh.h"
#if HAVE_SETGROUPS
#include <grp.h>
#endif
__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.40 2006/11/12 12:56:10 tg Exp $\t"
__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.41 2006/11/12 13:35:29 tg Exp $\t"
MKSH_SH_H_ID);
#undef USE_CHVT