From 9e6f6868ff810a7ee73c3dcaa1c8cf564fe0e2d8 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Tue, 20 Sep 1994 07:02:35 +0000 Subject: The former patch to sync.c was short-lived. Bruce pointed out that "Now it is has 2 portability bugs, which is a lot for 5 lines of working code" --- bin/sync/sync.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/sync/sync.c b/bin/sync/sync.c index 23714f589382..9a2747b89284 100644 --- a/bin/sync/sync.c +++ b/bin/sync/sync.c @@ -41,9 +41,10 @@ static char copyright[] = static char sccsid[] = "@(#)sync.c 8.1 (Berkeley) 5/31/93"; #endif /* not lint */ -void sync(); +#include -void main() +int +main() { sync(); exit(0); -- cgit v1.3