changeset 1142:3144368d0ec4

* include/codes.h (ENOTEMPTY): Needed by the sysctl call in the freeBSD stack.
author asl
date Tue, 29 Jul 2003 20:09:58 +0000
parents cbe571614ad8
children 5429a4c059a7
files packages/error/current/ChangeLog packages/error/current/include/codes.h
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/packages/error/current/ChangeLog
+++ b/packages/error/current/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-24  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+	* include/codes.h (ENOTEMPTY): Needed by the sysctl call in the
+	freeBSD stack.
+
 2001-11-29  Jonathan Larmour  <jlarmour@redhat.com>
 
 	* include/errno.h: Don't use 'const' type qualifier any more. It
--- a/packages/error/current/include/codes.h
+++ b/packages/error/current/include/codes.h
@@ -127,6 +127,7 @@ typedef int Cyg_ErrNo;
 #define EDEADLOCK        EDEADLK
 #define ENOSYS           38    /* Function not implemented */
 #define ENAMETOOLONG     60    /* File name too long */    
+#define ENOTEMPTY        66    /* Directory not empty */
 #define ENOTSUP          95    /* Not supported error */
 #define EEOF             200   /* End of file reached */
 #define ENOSUPP          201   /* Operation not supported */