slightly tabstop==8 fix

This commit is contained in:
Anselm R. Garbe 2006-06-07 19:39:30 +02:00
parent 3508232320
commit 9945dcce02
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#include <sys/types.h>
#include <cext.h>
#define IXP_VERSION "9P2000"
#define IXP_VERSION "9P2000"
#define IXP_NOTAG (unsigned short)~0U /*Dummy tag */
#define IXP_NOFID (unsigned int)~0 /*No auth */
@ -60,7 +60,7 @@ enum {
IXP_DMTMP = 0x04000000, /* mode bit for non-backed-up file */
IXP_DMREAD = 0x4<<6, /* mode bit for read permission */
IXP_DMWRITE = 0x2<<6, /* mode bit for write permission */
IXP_DMEXEC = 0x1<<6 /* mode bit for execute permission */
IXP_DMEXEC = 0x1<<6 /* mode bit for execute permission */
};
/* modes */