summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1998-08-12 19:27:00 +0000
committerThomas Bushnell <thomas@gnu.org>1998-08-12 19:27:00 +0000
commit9822f554a79d842622bb5b538baefdc678032629 (patch)
treef96744fe8ac413bf618a4a6541095ad40b145afd /hurd
parentdb68507aacb83751580efe7dcabb2eb2e7e77f63 (diff)
Tue Aug 11 21:12:06 1998 Thomas Bushnell, BSG <tb@mit.edu>
* hurd_types.h (dir_changed_type, file_changed_type): Doc fix.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/ChangeLog4
-rw-r--r--hurd/hurd_types.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog
index ab8fb19c..b55f08c6 100644
--- a/hurd/ChangeLog
+++ b/hurd/ChangeLog
@@ -1,3 +1,7 @@
+Tue Aug 11 21:12:06 1998 Thomas Bushnell, BSG <tb@mit.edu>
+
+ * hurd_types.h (dir_changed_type, file_changed_type): Doc fix.
+
Thu Jul 30 10:38:30 1998 Thomas Bushnell, BSG <tb@mit.edu>
* fs.defs (file_notice_changes, dir_notice_changes): Doc fix.
diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h
index 4ecd26e1..d4afcb41 100644
--- a/hurd/hurd_types.h
+++ b/hurd/hurd_types.h
@@ -104,7 +104,7 @@ enum retry_type
};
typedef enum retry_type retry_type;
-/* Types for msg.defs:dir_changed call: */
+/* Types for fs_notify.defs:dir_changed call: */
enum dir_changed_type
{
DIR_CHANGED_NULL, /* Always sent first for sync. */
@@ -114,7 +114,7 @@ enum dir_changed_type
};
typedef enum dir_changed_type dir_changed_type_t;
-/* Types for msg.defs:file_changed call: */
+/* Types for fs_notify.defs:file_changed call: */
enum file_changed_type
{
FILE_CHANGED_NULL, /* Always sent first for sync. */