[PATCH 12/16] Change include from sys/errno.h to errno.h

According to POSIX, the canonical location for errno.h is on the top level.

Signed-off-by: Stefan Nickl <Stefan.Nickl@gmail.com>

Gbp-Pq: Name 0012-Change-include-from-sys-errno.h-to-errno.h.patch
This commit is contained in:
Stefan Nickl 2016-08-10 21:32:21 +02:00 committed by openKylinBot
parent 4d67140764
commit 1dcbfd12bd
1 changed files with 1 additions and 1 deletions

View File

@ -73,12 +73,12 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/errno.h>
#include <sys/file.h>
#include <sys/stat.h>
#include <sys/utsname.h>
#include <sys/sysmacros.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <syslog.h>