| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Similar commit in main:
(cherry picked from commit 1d386b48a555)
|
|
|
|
|
|
|
|
|
|
|
|
| |
When compiling librpcsvc with LLVM, we get a compiler error, because
hexval() uses an ANSI prototype, but a K&R declaration. I could have
just changed hexval(), but I'd rather keep this consistent. It's not
that much code.
Submitted by: Pawel Worach <pawel worach gmail com>
Notes:
svn path=/head/; revision=189087
|
|
|
|
| |
Notes:
svn path=/head/; revision=121529
|
|
|
|
|
|
|
|
|
| |
the prototype from rstat.x -> rstat.h.
MFC After: 1 day
Notes:
svn path=/head/; revision=104322
|
|
|
|
| |
Notes:
svn path=/head/; revision=84220
|
|
Reviewed by: Mark Murray
Notes:
svn path=/cvs2svn/branches/WPAUL/dist/; revision=26213
|