Fix few warnings on the alpha.

This commit is contained in:
dt 1999-06-23 15:01:22 +00:00
parent e57ddb6b25
commit 5760ab8fe1
6 changed files with 12 additions and 9 deletions

View File

@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: uthread_init.c,v 1.11 1999/06/20 08:28:28 jb Exp $
*/
/* Allocate space for global thread variables here: */
@ -84,7 +84,7 @@ _thread_init(void)
int fd;
int flags;
int i;
int len;
size_t len;
int mib[2];
struct clockinfo clockinfo;
struct sigaction act;

View File

@ -29,11 +29,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: uthread_select.c,v 1.7 1999/06/20 08:28:43 jb Exp $
*/
#include <unistd.h>
#include <errno.h>
#include <poll.h>
#include <stdlib.h>
#include <string.h>
#include <sys/param.h>
#include <sys/types.h>

View File

@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: uthread_init.c,v 1.11 1999/06/20 08:28:28 jb Exp $
*/
/* Allocate space for global thread variables here: */
@ -84,7 +84,7 @@ _thread_init(void)
int fd;
int flags;
int i;
int len;
size_t len;
int mib[2];
struct clockinfo clockinfo;
struct sigaction act;

View File

@ -29,11 +29,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: uthread_select.c,v 1.7 1999/06/20 08:28:43 jb Exp $
*/
#include <unistd.h>
#include <errno.h>
#include <poll.h>
#include <stdlib.h>
#include <string.h>
#include <sys/param.h>
#include <sys/types.h>

View File

@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: uthread_init.c,v 1.11 1999/06/20 08:28:28 jb Exp $
*/
/* Allocate space for global thread variables here: */
@ -84,7 +84,7 @@ _thread_init(void)
int fd;
int flags;
int i;
int len;
size_t len;
int mib[2];
struct clockinfo clockinfo;
struct sigaction act;

View File

@ -29,11 +29,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id$
* $Id: uthread_select.c,v 1.7 1999/06/20 08:28:43 jb Exp $
*/
#include <unistd.h>
#include <errno.h>
#include <poll.h>
#include <stdlib.h>
#include <string.h>
#include <sys/param.h>
#include <sys/types.h>