]> Zhao Yanbai Git Server - minix.git/commitdiff
ash: remove setmode() declaration from shell.h, now in library
authorBen Gras <ben@minix3.org>
Wed, 9 Jun 2010 12:11:56 +0000 (12:11 +0000)
committerBen Gras <ben@minix3.org>
Wed, 9 Jun 2010 12:11:56 +0000 (12:11 +0000)
commands/ash/shell.h

index 5767b66ee990c52662af48f15163c9dacdc883b9..e015c183b4d8b3d4641018ed3b8372df3cfe2ad9 100644 (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 $