Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
babeld
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
babeld
Commits
f539b6e9
Commit
f539b6e9
authored
Aug 16, 2007
by
Grégoire Henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ajout de kernel_socket.c pour MacOS.
parent
8d94baa8
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
548 additions
and
1 deletion
+548
-1
Makefile
Makefile
+1
-1
kernel.c
kernel.c
+4
-0
kernel_socket.c
kernel_socket.c
+543
-0
No files found.
Makefile
View file @
f539b6e9
...
...
@@ -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
kernel.c
View file @
f539b6e9
#ifdef __APPLE__
#include "kernel_socket.c"
#else
#include "kernel_netlink.c"
#endif
kernel_socket.c
0 → 100644
View file @
f539b6e9
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment