summaryrefslogtreecommitdiff
path: root/str.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2015-06-08 15:32:22 +0200
committerTobias Klauser <tklauser@distanz.ch>2015-06-08 15:32:22 +0200
commitc00c007be4a00f299bde428068b4f93698256ee8 (patch)
tree0ea8949125a2dde34f7f673bdc6ce1bebb33bcd5 /str.c
parenta3057569a8a5e93a501edda3683b1627498b6e8f (diff)
build: travis: Add libnl-genl-3-dev to install command
Since commit 107456c ("netsniff-ng, nlmsg: Dissect rtnl link type messages") netsniff-ng also needs libnl-route-3.0. Install it as well when building on Travis CI. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'str.c')
0 files changed, 0 insertions, 0 deletions
t.git/diff/include/uapi/asm-generic/errno.h?h=nds-private-remove&id=970d14e3989160ee9e97c7d75ecbc893fd29dab9&id2=7a308bb3016f57e5be11a677d15b821536419d36'>diff)
nvdimm: constify device_type structures
Declare device_type structure as const as it is only stored in the type field of a device structure. This field is of type const, so add const to declaration of device_type structure. File size before: text data bss dec hex filename 19278 3199 16 22493 57dd nvdimm/namespace_devs.o File size after: text data bss dec hex filename 19929 3160 16 23105 5a41 nvdimm/namespace_devs.o Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'include/uapi/asm-generic/errno.h')