]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
net_handler.cc: make it more compatible with BSDs 10029/head
authorWillem Jan Withagen <wjw@digiware.nl>
Wed, 29 Jun 2016 20:34:38 +0000 (22:34 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Jun 2016 20:34:38 +0000 (22:34 +0200)
commit1b5b34e79147863532af4a149c41174be1a31e7b
tree3e9d61e309e89129151c820946060e17b9f0763b
parentf7303ce61adde2e552b1baed4939e97bbfb4e45d
net_handler.cc: make it more compatible with BSDs

According the Linux manual page:
POSIX.1-2001 does not require the inclusion of <sys/types.h>, and this header file is not required on Linux.  However, some historical (BSD) implementations required this header file, and portable applications are probably wise to include it.

Submitted-by: Willem Jan Withagen <wjw@digiware.nl>
src/msg/async/net_handler.cc