summaryrefslogtreecommitdiff
path: root/src/udev/scsi_id/scsi_id.h
AgeCommit message (Collapse)Author
2016-06-13./move.shLuke Shumaker
2016-02-20tree-wide: place #pragma once at the same place everywhereLennart Poettering
Usually, we place the #pragma once before the copyright blurb in header files, but in a few cases we didn't. Move those around, so that we do the same thing everywhere.
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
This should be handled fine now by .dir-locals.el, so need to carry that stuff in every file.
2015-12-07udev: add emacs header lineZbigniew Jędrzejewski-Szmek
Otherwise emacs wants to use 2-space indentation and other attrocities.
2015-01-23#pragma once here and thereZbigniew Jędrzejewski-Szmek
2013-12-18scsi_id: cleanupZbigniew Jędrzejewski-Szmek
Remove -i option which would case exit(1) to happen. Remove some unused code. Convert to bool where appropriate. Simplify things a bit. Always free everything. https://bugzilla.redhat.com/show_bug.cgi?id=1043304
2013-03-30udev: extern on functions is pointlessLennart Poettering
2012-04-04move imported udev into placeKay Sievers