Commit f539b6e9 authored by Grégoire Henry's avatar Grégoire Henry

Ajout de kernel_socket.c pour MacOS.

parent 8d94baa8
......@@ -35,4 +35,4 @@ uninstall:
clean:
-rm -f babel babel.html *.o *~ core TAGS gmon.out
kernel.o: kernel_netlink.c
\ No newline at end of file
kernel.o: kernel_netlink.c kernel_socket.c
\ No newline at end of file
#ifdef __APPLE__
#include "kernel_socket.c"
#else
#include "kernel_netlink.c"
#endif
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment