/* $NetBSD: linux32_syscallargs.h,v 1.1 2006/02/09 19:18:57 manu Exp $ */ #ifndef _LINUX32_SYSCALLARGS_H #define _LINUX32_SYSCALLARGS_H #if defined(__amd64__) #include #else #error Undefined linux32_syscallargs.h machine type. #endif #endif /* !_LINUX32_SYSCALLARGS_H */ a> index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/libexec/rmail/rmail.8
AgeCommit message (Expand)Author
2006-11-12no more rmail.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-09-29End .Bl with .El. While here, sort options and improve markup a bit.wiz
2002-01-15Punctuation nit.wiz
2001-12-20Sync getopt() / man page with actual getopt options.soren
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled