From 80c3ff8023edd1ad32e81bc72c7711ea21a8bc34 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 7 Jul 1995 02:58:50 +0000 Subject: (main): Declare return type. --- utils/sync.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils/sync.c') 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 +int main () { __USEPORT (CRDIR, __file_syncfs (port, 1, 1)); -- cgit v1.2.3