File tree 1 file changed +0
-17
lines changed
1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -284,10 +284,6 @@ struct ltchars {
284
284
#include <asm/termbits.h>
285
285
#endif
286
286
287
- #ifndef MSG_FASTOPEN
288
- #define MSG_FASTOPEN 0x20000000
289
- #endif
290
-
291
287
#ifndef PTRACE_GETREGS
292
288
#define PTRACE_GETREGS 0xc
293
289
#endif
@@ -296,14 +292,6 @@ struct ltchars {
296
292
#define PTRACE_SETREGS 0xd
297
293
#endif
298
294
299
- #ifndef SOL_NETLINK
300
- #define SOL_NETLINK 270
301
- #endif
302
-
303
- #ifndef SOL_SMC
304
- #define SOL_SMC 286
305
- #endif
306
-
307
295
#ifdef SOL_BLUETOOTH
308
296
// SPARC includes this in /usr/include/sparc64-linux-gnu/bits/socket.h
309
297
// but it is already in bluetooth_linux.go
@@ -320,11 +308,6 @@ struct ltchars {
320
308
#undef TIPC_WAIT_FOREVER
321
309
#define TIPC_WAIT_FOREVER 0xffffffff
322
310
323
- // Copied from linux/l2tp.h
324
- // Including linux/l2tp.h here causes conflicts between linux/in.h
325
- // and netinet/in.h included via net/route.h above.
326
- #define IPPROTO_L2TP 115
327
-
328
311
// Copied from linux/netfilter/nf_nat.h
329
312
// Including linux/netfilter/nf_nat.h here causes conflicts between linux/in.h
330
313
// and netinet/in.h.
You can’t perform that action at this time.
0 commit comments