summaryrefslogtreecommitdiff
path: root/lib/libutil/libutil.h
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-08-10 18:42:39 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-08-10 18:42:39 +0000
commit84dc22996da39f0d729487f9223011ec189d020f (patch)
treefe0114715907718bbe04f83fcabf6e3652ce0caa /lib/libutil/libutil.h
parent3c3549f6e7232f727ffbe58b42b6a8b781a59c6f (diff)
Notes
Diffstat (limited to 'lib/libutil/libutil.h')
-rw-r--r--lib/libutil/libutil.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h
index 5404a1f51ffd..d6bb5de04faf 100644
--- a/lib/libutil/libutil.h
+++ b/lib/libutil/libutil.h
@@ -18,7 +18,7 @@
* 5. Modifications may be freely made to this file providing the above
* conditions are met.
*
- * $Id: libutil.h,v 1.8 1997/05/12 10:36:13 brian Exp $
+ * $Id: libutil.h,v 1.9 1997/05/19 10:04:15 peter Exp $
*/
#ifndef _LIBUTIL_H_
@@ -51,7 +51,9 @@ __END_DECLS
#define UU_LOCK_OK (0)
#define UU_LOCK_OPEN_ERR (-1)
#define UU_LOCK_READ_ERR (-2)
-#define UU_LOCK_SEEK_ERR (-3)
+#define UU_LOCK_CREAT_ERR (-3)
#define UU_LOCK_WRITE_ERR (-4)
+#define UU_LOCK_LINK_ERR (-5)
+#define UU_LOCK_TRY_ERR (-6)
#endif /* !_LIBUTIL_H_ */