diff options
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)); |