From a816a4029a5abb3b6ff573631c154b68a24854cd Mon Sep 17 00:00:00 2001 From: charnier Date: Tue, 23 Sep 1997 06:36:27 +0000 Subject: Use err(3). Put includes in alphabetical order. Rewrote man page in mdoc format. Document -v and -p flags. --- usr.sbin/keyserv/keyserv_uid.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'usr.sbin/keyserv/keyserv_uid.c') diff --git a/usr.sbin/keyserv/keyserv_uid.c b/usr.sbin/keyserv/keyserv_uid.c index f38e3b0..add3d33 100644 --- a/usr.sbin/keyserv/keyserv_uid.c +++ b/usr.sbin/keyserv/keyserv_uid.c @@ -28,24 +28,23 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id: keyserv_uid.c,v 1.13 1997/01/19 20:23:05 wpaul Exp $ */ +#include #include -#include #include +#include +#include #include #include -#include #include #include -#include #include "keyserv.h" #ifndef lint -static const char rcsid[] = "$Id: keyserv_uid.c,v 1.13 1997/01/19 20:23:05 wpaul Exp $"; +static const char rcsid[] = + "$Id$"; #endif /* -- cgit v1.1