mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 00:40:33 -05:00
page stated, thus BSD ar(1) option -q, which was implemented based on the GNU ar manual page, turns out to be incompatible with GNU ar -q. This change will make BSD ar(1) -q a *REAL* GNU ar -q: 1. It will update symbol table. (same as unfixed version) 2. It will NOT compare new members spcified in the command line args with existing members, instead, append them directly. Reported by: Johannes 5 Joemann <joemann@beefree.free.de> Reported by: Timothy Bourke <timbob@bigpond.com> Tested by: Johannes 5 Joemann <joemann@beefree.free.de> Reviewed by: jkoshy Approved by: jkoshy (mentor) |
||
|---|---|---|
| .. | ||
| ar.1 | ||
| ar.c | ||
| ar.h | ||
| Makefile | ||
| read.c | ||
| util.c | ||
| write.c | ||