freebsd-dev/usr.bin/users
Pietro Cerutti 2d2187338e Unbreak the build by re-enabling exceptions.
Disabling them breaks build on archs using GCC. The problem is at line 156 of
bits/basic_ios.h:

	if (this->exceptions() & __state)
		__throw_exception_again;

With exceptions disabled __throw_exception_again is defined as

#define __throw_exception_again

at line 45 of exception_defines.h and the code results in an empty loop body,
which fails because of -Werror.

Approved by:	cognet
2014-07-14 12:24:38 +00:00
..
Makefile Unbreak the build by re-enabling exceptions. 2014-07-14 12:24:38 +00:00
users.1
users.cc Fix a couple of style nits. 2014-07-10 16:10:39 +00:00