/* $NetBSD: linux32_syscall.h,v 1.1 2006/02/09 19:18:57 manu Exp $ */ #ifndef _LINUX32_SYSCALL_H #define _LINUX32_SYSCALL_H #if defined(__amd64__) #include #else #define LINUX32_SYS_MAXSYSCALL 0 #endif #endif /* !_LINUX32_SYSCALL_H */ ref='/'>cgit logo index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/prog_ops.h
AgeCommit message (Expand)Author
2020-04-03remove unusedchristos
2020-04-03Make route and netstat share the same struct progops (and initializationmartin
2019-08-18netstat: Add indirection of symbols to remove clash with sanitizerskamil
2010-12-15Deal with crunch the standard way.pooka
2010-12-13Add netstat rump client. For now, it always sets -X, i.e. willpooka