ash: remove setmode() declaration from shell.h, now in library

This commit is contained in:
Ben Gras 2010-06-09 12:11:56 +00:00
parent e216edf294
commit 6faa2a636c

View file

@ -89,7 +89,6 @@ typedef unsigned long u_quad_t; /* XXX */
#endif
mode_t getmode(void *, int /* mode_t */);
void *setmode(char *);
/*
* $PchId: shell.h,v 1.7 2006/05/22 12:47:00 philip Exp $