]> git.ozlabs.org Git - ppp.git/commit
Change include from sys/errno.h to errno.h
authorStefan Nickl <Stefan.Nickl@gmail.com>
Wed, 10 Aug 2016 19:32:21 +0000 (21:32 +0200)
committerStefan Nickl <Stefan.Nickl@gmail.com>
Wed, 10 Aug 2016 19:32:21 +0000 (21:32 +0200)
commit56a4760236ee0a606075404c5704801feffa646c
treeb5a35058072552866090b375da946da21d884bd1
parent84684243d651f55f6df69d2a6707b52fbbe62bb9
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>
pppd/sys-linux.c