Opened 3 years ago
#67864 assigned defect
vis @0.8 fails to build on 10.9 and older
| Reported by: | jmroot (Joshua Root) | Owned by: | Raimondi (Israel Chauca Fuentes) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | Cc: | ||
| Port: | vis |
Description
It uses openat and related constants, which could be provided by legacysupport.
sam.c:1682:41: error: use of undeclared identifier 'AT_FDCWD'
TextSave *ctx = text_save_begin(text, AT_FDCWD, path, file->save_method);
^
Note: See
TracTickets for help on using
tickets.
