kern

diff include/kdef.h @ 97:8717eb590727

ok stopping with the filesystem to manage to write the article in time
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 17 Dec 2011 14:09:17 +0200
parents 07fe6a614185
children
line diff
     1.1 --- a/include/kdef.h	Thu Dec 15 04:39:00 2011 +0200
     1.2 +++ b/include/kdef.h	Sat Dec 17 14:09:17 2011 +0200
     1.3 @@ -41,6 +41,7 @@
     1.4  #define ENAMETOOLONG	9
     1.5  #define ENOSPC			10
     1.6  #define EPERM			11
     1.7 +#define ENOTDIR			12
     1.8  
     1.9  #define EBUG		127	/* for missing features and known bugs */
    1.10  #endif	/* errno.h */