diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-07 02:58:50 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-07 02:58:50 +0000 |
commit | 80c3ff8023edd1ad32e81bc72c7711ea21a8bc34 (patch) | |
tree | 86f4d6b6ad919906eecca9d122ec31bd2d7c34a6 /utils/sync.c | |
parent | 7fc7e4486118e475d1f1c5669dc1f3d3e0f64822 (diff) |
(main): Declare return type.
Diffstat (limited to 'utils/sync.c')
-rw-r--r-- | utils/sync.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/sync.c b/utils/sync.c index f13bb51c..bce972e8 100644 --- a/utils/sync.c +++ b/utils/sync.c @@ -1,5 +1,5 @@ /* Call sync synchronously. - Copyright (C) 1994 Free Software Foundation, Inc. + Copyright (C) 1994, 1995 Free Software Foundation, Inc. Written by Michael I. Bushnell. This file is part of the GNU Hurd. @@ -20,6 +20,7 @@ #include <hurd.h> +int main () { __USEPORT (CRDIR, __file_syncfs (port, 1, 1)); |