Fixed several compiler warnings

This commit is contained in:
Michiel Broek
2003-07-06 11:49:01 +00:00
parent fec08e6d2f
commit 42b0fd381b
7 changed files with 14 additions and 11 deletions

View File

@@ -6,7 +6,7 @@
* Original Copyright ....: Julianne Frances Haugh and others.
*
*****************************************************************************
* Copyright (C) 1997-2001
* Copyright (C) 1997-2003
*
* Michiel Broek FIDO: 2:280/2802
* Beekmansbos 10
@@ -63,6 +63,7 @@
#include <string.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#ifdef _XOPEN_CRYPT
#include <crypt.h>
#endif