summaryrefslogtreecommitdiffstats
path: root/usr.bin/ar/append.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ar/append.c')
-rw-r--r--usr.bin/ar/append.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/ar/append.c b/usr.bin/ar/append.c
index 151ae0a..b891b9e 100644
--- a/usr.bin/ar/append.c
+++ b/usr.bin/ar/append.c
@@ -34,14 +34,15 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-
-__FBSDID("$FreeBSD$");
-
+#if 0
#ifndef lint
-static const char sccsid[] = "@(#)append.c 8.3 (Berkeley) 4/2/94";
+static char sccsid[] = "@(#)append.c 8.3 (Berkeley) 4/2/94";
+#endif
#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include <sys/param.h>
#include <sys/stat.h>
OpenPOWER on IntegriCloud