Add --totals option to size
[deliverable/binutils-gdb.git] / binutils / filemode.c
index 58b52ba748987794f9434c36fddf320d7b91a34c..7f9b1b76d4650b15641c6d5813e77b6a9188fd78 100644 (file)
@@ -1,5 +1,6 @@
 /* filemode.c -- make a string describing file modes
-   Copyright (C) 1985, 90, 91, 94, 95, 1997 Free Software Foundation, Inc.
+   Copyright 1985, 1990, 1991, 1994, 1995, 1997
+   Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -230,8 +231,8 @@ ftypelet (bits)
 
 static void
 setst (bits, chars)
-     unsigned long bits;
-     char *chars;
+     unsigned long bits ATTRIBUTE_UNUSED;
+     char *chars ATTRIBUTE_UNUSED;
 {
 #ifdef S_ISUID
   if (bits & S_ISUID)
This page took 0.025111 seconds and 4 git commands to generate.