Diff for /embedaddon/mtr/portability/error.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2019/10/21 14:25:31 version 1.1.1.2, 2021/03/17 00:07:30
Line 12 Line 12
    Lesser General Public License for more details.     Lesser General Public License for more details.
   
    You should have received a copy of the GNU Lesser General Public     You should have received a copy of the GNU Lesser General Public
   License along with the GNU C Library; if not, write to the Free   License along with this library; if not, write to the Free Software
   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
   02111-1307 USA.   02110-1301 USA.
 */  */
   
 void error(int status, int errnum, const char *format, ...);  void error(int status, int errnum, const char *format, ...);

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>