1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

First few FreeBSD portability fixes.

This commit is contained in:
Martin Mares
1999-04-01 15:33:52 +00:00
parent 6accdf4f43
commit abae6e9cd3
3 changed files with 7 additions and 2 deletions

View File

@@ -8,6 +8,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
@@ -216,6 +217,10 @@ tm_shot(void)
* Sockets
*/
#ifndef SOL_IP
#define SOL_IP IPPROTO_IP
#endif
static list sock_list;
static void