the header in rmt.8 is wrong, causing dh_installman to use section 1
[debian/tar] / gnu / xvasprintf.c
index 448de071eba656a7fd05795ff667af68196e8abf..441ab598d6598c68a135d05b99d22a9225b7536d 100644 (file)
@@ -1,7 +1,5 @@
-/* -*- buffer-read-only: t -*- vi: set ro: */
-/* DO NOT EDIT! GENERATED AUTOMATICALLY! */
 /* vasprintf and asprintf with out-of-memory checking.
-   Copyright (C) 1999, 2002-2004, 2006-2010 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2002-2004, 2006-2015 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
@@ -31,7 +29,7 @@
 /* Checked size_t computations.  */
 #include "xsize.h"
 
-static inline char *
+static char *
 xstrcat (size_t argcount, va_list args)
 {
   char *result;