summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-03-24 01:57:57 +0000
committerThomas Schwinge <tschwinge@gnu.org>2007-03-24 01:57:57 +0000
commit2aba92caaec0fc028d7d0970160bfa900d29da08 (patch)
tree2861d83f67ea6fb277dae954bc4ecfc41fe65ad2 /hurd
parent2ce5255727927a9c54accfbe3d3cf1d66b1edc84 (diff)
2007-03-24 Thomas Schwinge <tschwinge@gnu.org>
* fsys_reply.defs (fsys_syncfs_reply): Fix typo. Reported by Austin Thompson.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/ChangeLog5
-rw-r--r--hurd/fsys_reply.defs6
2 files changed, 9 insertions, 2 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog
index cbfa7649..63109f20 100644
--- a/hurd/ChangeLog
+++ b/hurd/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-24 Thomas Schwinge <tschwinge@gnu.org>
+
+ * fsys_reply.defs (fsys_syncfs_reply): Fix typo. Reported by Austin
+ Thompson.
+
2005-01-06 Marco Gerards <metgerards@student.han.nl>
* kdioctl.defs: New file.
diff --git a/hurd/fsys_reply.defs b/hurd/fsys_reply.defs
index 5fdce5f4..e2031692 100644
--- a/hurd/fsys_reply.defs
+++ b/hurd/fsys_reply.defs
@@ -1,5 +1,7 @@
/* Reply half of fsys
- Copyright (C) 1991,93,94,95,2001 Free Software Foundation, Inc.
+
+ Copyright (C) 1991, 1993, 1994, 1995, 2001, 2007
+ Free Software Foundation, Inc.
This file is part of the GNU Hurd.
@@ -49,7 +51,7 @@ simpleroutine fsys_getfile_reply (
simpleroutine fsys_syncfs_reply (
reply_port: reply_port_t;
- retocde: kern_return_t);
+ RETURN_CODE_ARG);
simpleroutine fsys_set_options_reply (
reply_port: reply_port_t;