This commit is contained in:
Damien Miller 2003-06-05 09:56:35 +10:00
parent 5fe46a45c8
commit ceb3136f5f

View File

@ -1,4 +1,4 @@
/* $Id: fake-socket.h,v 1.3 2002/04/12 03:35:40 tim Exp $ */
/* $Id: fake-socket.h,v 1.4 2003/06/04 23:56:35 djm Exp $ */
#ifndef _FAKE_SOCKET_H
#define _FAKE_SOCKET_H
@ -7,6 +7,7 @@
#include "sys/types.h"
#ifndef HAVE_STRUCT_SOCKADDR_STORAGE
# define _SS_MAXSIZE 128 /* Implementation specific max size */
# define _SS_PADSIZE (_SS_MAXSIZE - sizeof (struct sockaddr))