diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-07 23:20:18 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-07 23:20:18 +0000 |
commit | 17bf8dba7084eb56d7e924b54e25266149b3b919 (patch) | |
tree | e2df0bf0796bc89d774711332b88f4c262fb6a5d /ufs-utils/clri.c | |
parent | 0eeb7404fe1ecec06415656c3387caf7a51ca77d (diff) |
(copyright, sccsid): Correct syntax.
Diffstat (limited to 'ufs-utils/clri.c')
-rw-r--r-- | ufs-utils/clri.c | 9 |
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. */ |