summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ufs-utils/clri.c9
1 files changed, 5 insertions, 4 deletions
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. */