summaryrefslogtreecommitdiffstats
path: root/usr.sbin/keyserv/crypt_server.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1997-09-23 06:36:27 +0000
committercharnier <charnier@FreeBSD.org>1997-09-23 06:36:27 +0000
commita816a4029a5abb3b6ff573631c154b68a24854cd (patch)
tree6ab3a4ad9345fd0e9be924a1bc8944caa7f736fa /usr.sbin/keyserv/crypt_server.c
parent64e31a4146a516d974631274955dd94d1927c959 (diff)
downloadFreeBSD-src-a816a4029a5abb3b6ff573631c154b68a24854cd.zip
FreeBSD-src-a816a4029a5abb3b6ff573631c154b68a24854cd.tar.gz
Use err(3). Put includes in alphabetical order.
Rewrote man page in mdoc format. Document -v and -p flags.
Diffstat (limited to 'usr.sbin/keyserv/crypt_server.c')
-rw-r--r--usr.sbin/keyserv/crypt_server.c15
1 files changed, 7 insertions, 8 deletions
diff --git a/usr.sbin/keyserv/crypt_server.c b/usr.sbin/keyserv/crypt_server.c
index 620ceaa..ff3f460 100644
--- a/usr.sbin/keyserv/crypt_server.c
+++ b/usr.sbin/keyserv/crypt_server.c
@@ -28,25 +28,24 @@
* 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: crypt_server.c,v 1.1.1.1 1997/05/28 15:44:22 wpaul Exp $
*/
-#include <stdio.h>
#include <sys/types.h>
#include <sys/param.h>
-#include <stdlib.h>
#include <dirent.h>
+#include <dlfcn.h>
#include <err.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
#include <rpc/des_crypt.h>
#include <rpc/des.h>
-#include <string.h>
-#include <dlfcn.h>
#include "crypt.h"
#ifndef lint
-static const char rcsid[] = "$Id: crypt_server.c,v 1.1.1.1 1997/05/28 15:44:22 wpaul Exp $";
-#endif
+static const char rcsid[] =
+ "$Id$";
+#endif /* not lint */
/*
* The U.S. government stupidly believes that a) it can keep strong
OpenPOWER on IntegriCloud