Differences From Artifact [2c2b7264c7]:
- File src/config.h — part of check-in [64def88f8b] at 2018-01-17 19:04:31 on branch trunk — Automatically detect the presence of the pledge() system interface and use it if it is available. (user: drh size: 7850)
To Artifact [0102a341ee]:
- File src/config.h — part of check-in [91ccde50a0] at 2018-01-17 19:29:25 on branch trunk — Only make the first argument to pledge() available using the fossil_pledge() interface. The second argument is always NULL. (user: drh size: 7848)
| ︙ | |||
258 259 260 261 262 263 264 | 258 259 260 261 262 263 264 265 266 267 268 269 | - + | /* ** The pledge() interface is currently only available on OpenBSD 5.9 ** and later. Make calls to fossil_pledge() no-ops on all platforms ** that omit the FOSSIL_HAVE_PLEDGE configuration parameter. */ #if !defined(HAVE_PLEDGE) |