| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use #pragma once instead of #ifndef | Lucas De Marchi | 2012-07-18 | 1 | -4/+1 |
| | | | | | | | | | Only the public header maintains #ifndef in the header, together with pragma. The other ones contain only pragma. As reported by Shawn Landden on systemd mailing list this is compatible with all major compilers and gcc has this since version 3.3. | ||||
| * | utils/array: add array_remove_at() | Gustavo Sverzut Barbieri | 2012-01-03 | 1 | -0/+1 |
| | | | | | remove array element at given position, will be used by depmod. | ||||
| * | Move array implementation from depmode to libkmod-util | Lucas De Marchi | 2011-12-28 | 1 | -0/+22 |
