summaryrefslogtreecommitdiff
path: root/ufs-utils/clri.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-07-07 23:20:18 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-07-07 23:20:18 +0000
commitb33bb659b277544674e2e152f1d4feb641e8c05e (patch)
treecc388ede6c148e0797a0d5e0b42b6f574a1d9fba /ufs-utils/clri.c
parente1d558d97966072be0b0705f7911c55a9410c54c (diff)
(copyright, sccsid): Correct syntax.
Diffstat (limited to 'ufs-utils/clri.c')
-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. */