-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Various fixes/cleanups to get this package compiling on Solaris:
+ Use the mnttab(4) interface instead of mntent. + C++ syntax cleanups to appease the SunPro compiler. + Use MAXPATHLEN instead of NAME_MAX which can be unimplemented on strict POSIX systems. + Use POSIX inttypes.h if BSD types are not available. + RPC includes and C++ namespace fixes. + Use dirent(3) instead of older sys/dir.h interface. + Avoid `sun' namespace collision. Patch based on the work of Robert Lillack and others, described in http://mail-index.netbsd.org/tech-pkg/2004/08/20/0005.html and tested with SunPro and gcc.
- Loading branch information
sketch
committed
Nov 19, 2004
1 parent
d0b99ba
commit 97ff422
Showing
23 changed files
with
564 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,30 @@ | ||
$NetBSD: distinfo,v 1.15 2004/10/17 19:20:53 jmmv Exp $ | ||
$NetBSD: distinfo,v 1.16 2004/11/19 12:35:22 sketch Exp $ | ||
|
||
SHA1 (fam-2.7.0.tar.gz) = 6c2316f02acf89a41c42ffc3d7fd9cf5eada83a8 | ||
Size (fam-2.7.0.tar.gz) = 301974 bytes | ||
SHA1 (patch-aa) = 19743b7627e72e96c13a1288d8872e85d42a6dca | ||
SHA1 (patch-ab) = a486fd2b7330a0942717fd2aebb0fbdeb3c87dc7 | ||
SHA1 (patch-aa) = 97f73077cf7845cc0ac13247b0d2ee92a1d722d6 | ||
SHA1 (patch-ab) = 0ca86059b8e4f9ba59537c6525acf35784e35743 | ||
SHA1 (patch-ac) = 676966b0372780af4ee5536276132a04dd038863 | ||
SHA1 (patch-ad) = b8e621acd36811a76a84af82e6f2b5962973e344 | ||
SHA1 (patch-ae) = 225a0bd5195be3d3d75edf021b27bed19d84dc15 | ||
SHA1 (patch-af) = 57946b3837479b641bb002620ae41008f49af995 | ||
SHA1 (patch-ag) = 978fa2a582c5f9d2c8660c0a8d933211e97ef500 | ||
SHA1 (patch-ah) = d7763198df76d1f0783342a8961b59879e8e1241 | ||
SHA1 (patch-ad) = 19364c8dd3f887a59f41556206c8c2d179577932 | ||
SHA1 (patch-ae) = aa8fed958555d6870367fd202a6117ddcb5a1da9 | ||
SHA1 (patch-af) = 5868f44d29c31533bdb012213022e814d3fc3995 | ||
SHA1 (patch-ag) = 3300a1cd565f9edaea3c334a9e278185efbcb7a6 | ||
SHA1 (patch-ah) = dc8ec60631b57668fcef0b296efe3e271cb7fcae | ||
SHA1 (patch-ai) = b80aafbb3849fc8c828b6829d8975b910e4d0fd5 | ||
SHA1 (patch-aj) = 39391961fd7929d6a5fb49ecb492585cb821afaa | ||
SHA1 (patch-ak) = 48ddfcf9b7562832402a464437ca485249d371a1 | ||
SHA1 (patch-ao) = 64827309bf91a2018629e28fef20109dde3fbf01 | ||
SHA1 (patch-ap) = 318e99722c78b1120d444d1421f04affc107d028 | ||
SHA1 (patch-al) = e0b4c3ca447f42573def07e8b47209ec6e6ad016 | ||
SHA1 (patch-am) = 12e4d17ded9ca12df9788d34c0f3e3d1ba301e9a | ||
SHA1 (patch-an) = 7aa54fb1f90e3b2eb767d41fd842f7f4a0561b81 | ||
SHA1 (patch-ao) = 161160f121e9338e807bfe0c5df6cf14457fec62 | ||
SHA1 (patch-ap) = bbb31577e0cc9ffb8ccbce75082ccddd917d7cea | ||
SHA1 (patch-aq) = a54ba100b779fa13b35c962ba734ee11e093cb28 | ||
SHA1 (patch-ar) = dd88a28f4951ff110949d0d79dc6aee18fc9e065 | ||
SHA1 (patch-as) = 52c3788e2d08b8fccbef3f57fa888b0c2ea52daf | ||
SHA1 (patch-at) = 209f89cefac326e6c1b99bec4622ba0d6eabe1e4 | ||
SHA1 (patch-au) = 6bd507eb448b3fd126042759a3b6f70335401c5b | ||
SHA1 (patch-ax) = 950e9fd9de885f653f96aebaafc2269f489e2fad | ||
SHA1 (patch-av) = e79813d88ec48a886688539da34150c5bd229a0a | ||
SHA1 (patch-aw) = 9e5de9617e6cd59644294695d0ea79427b521ba0 | ||
SHA1 (patch-ax) = 59d31ea4735ed964ac508874c422fe5bfc8efd5e | ||
SHA1 (patch-ay) = 081b4bc7cf25a8e30b3680b6df7599570ea0db86 | ||
SHA1 (patch-az) = 13901fdef8c13318d585e36820c5e0aa4c28f889 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.