errno.h not sys/errno.h

This commit is contained in:
Thomas Bernard 2020-11-11 13:24:48 +01:00
parent ab544c3a0e
commit f50f00b5ea
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $Id: iptcrdr.c,v 1.62 2019/08/24 07:06:22 nanard Exp $ */
/* $Id: iptcrdr.c,v 1.67 2020/11/11 12:09:05 nanard Exp $ */
/* vim: tabstop=4 shiftwidth=4 noexpandtab
* MiniUPnP project
* http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
@ -9,7 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include <sys/errno.h>
#include <errno.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>

View File

@ -1,4 +1,4 @@
/* $Id: $
/* $Id: nftnlrdr.c,v 1.10 2020/11/11 12:08:43 nanard Exp $
* vim: tabstop=4 shiftwidth=4 noexpandtab
* MiniUPnP project
* http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
@ -15,7 +15,7 @@
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include <sys/errno.h>
#include <errno.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>

View File

@ -1,4 +1,4 @@
/* $Id: nftpinhole.c,v 1.4 2020/05/10 17:01:49 nanard Exp $ */
/* $Id: nftpinhole.c,v 1.7 2020/11/11 12:08:43 nanard Exp $ */
/* MiniUPnP project
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
* (c) 2012-2020 Thomas Bernard
@ -10,7 +10,7 @@
#include <stdlib.h>
#include <string.h>
#include <syslog.h>
#include <sys/errno.h>
#include <errno.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>