Index: hurd/fsys_reply.defs
===================================================================
RCS file: /cvsroot/hurd/hurd/hurd/fsys_reply.defs,v
retrieving revision 1.12
diff -u -r1.12 fsys_reply.defs
--- hurd/fsys_reply.defs	2 Jan 2002 02:08:11 -0000	1.12
+++ hurd/fsys_reply.defs	9 Aug 2003 12:21:47 -0000
@@ -1,5 +1,5 @@
 /* Reply half of fsys
-   Copyright (C) 1991,93,94,95,2001 Free Software Foundation, Inc.
+   Copyright (C) 1991,93,94,95,2001,03 Free Software Foundation, Inc.
 
 This file is part of the GNU Hurd.
 
@@ -49,7 +49,7 @@
 
 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;
Index: hurd/hurd_types.h
===================================================================
RCS file: /cvsroot/hurd/hurd/hurd/hurd_types.h,v
retrieving revision 1.46
diff -u -r1.46 hurd_types.h
--- hurd/hurd_types.h	27 Jun 2002 19:19:13 -0000	1.46
+++ hurd/hurd_types.h	9 Aug 2003 12:21:47 -0000
@@ -1,5 +1,5 @@
 /* C declarations for Hurd server interfaces
-   Copyright (C) 1993,94,95,96,98,99,2001,02 Free Software Foundation, Inc.
+   Copyright (C) 1993,94,95,96,98,99,2001,02,03 Free Software Foundation, Inc.
 
 This file is part of the GNU Hurd.
 
@@ -278,6 +278,9 @@
 
   struct task_basic_info taskinfo;
   struct task_events_info taskevents;
+#ifdef NO_CREATION_TIME
+  struct timeval creation_time;
+#endif
 #ifdef TASK_SCHED_TIMESHARE_INFO
   struct policy_timeshare_base timeshare_base_info;
 #endif

