From 17bf8dba7084eb56d7e924b54e25266149b3b919 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 7 Jul 1995 23:20:18 +0000 Subject: (copyright, sccsid): Correct syntax. --- ufs-utils/clri.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ufs-utils') diff --git a/ufs-utils/clri.c b/ufs-utils/clri.c index eb58ffe2..1ad348a1 100644 --- a/ufs-utils/clri.c +++ b/ufs-utils/clri.c @@ -37,13 +37,14 @@ #ifndef lint static char copyright[] = "@(#) Copyright (c) 1990, 1993\n\ - The Regents of the University of California. All rights reserved.\n" -__attribute__ ((unused)); + The Regents of the University of California. All rights reserved.\n"; + +static char copyright[] __attribute__ ((unused)); #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)clri.c 8.2 (Berkeley) 9/23/93" -__attribute__ ((unused)); +static char sccsid[] = "@(#)clri.c 8.2 (Berkeley) 9/23/93"; +static char sccsid[] __attribute__ ((unused)); #endif /* not lint */ /* Modified by Michael I. Bushnell for GNU Hurd. */ -- cgit v1.2.3