freebsd-src/lib/libdevdctl
Ryan Libby 47ce20aef1 libdevdctl: g++9 avoid Wdeprecated-copy
g++9 now warns about having defined an assignment operator but using the
default copy constructor, or vice versa.  Avoid the issue in libdevdctl
by just using the default assignment operator too.

Reviewed by:	asomers, dim
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D22887
2019-12-21 02:44:26 +00:00
..
tests Use .CURDIR:H instead of .CURDIR to simplify pathing in output, etc 2017-01-20 04:55:14 +00:00
consumer.cc directly create the socket with SOCK_NONBLOCK instead of calling fcntl(2) 2016-10-15 13:16:52 +00:00
consumer.h Coverity fixes for r300906 2016-05-31 23:26:45 +00:00
event.cc zfsd: Allow zfsd to work on any type of GEOM provider 2018-02-14 23:52:39 +00:00
event.h libdevdctl: minor spelling fixes. 2016-05-30 19:25:00 +00:00
event_factory.cc
event_factory.h
exception.cc
exception.h
guid.cc
guid.h libdevdctl: g++9 avoid Wdeprecated-copy 2019-12-21 02:44:26 +00:00
Makefile Another round of attempting to squelch -Wdeprecated-declarations, which 2019-09-17 06:07:08 +00:00
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00