Add explicit int types for egcs.

This commit is contained in:
mycroft 1998-03-30 22:19:00 +00:00
parent 696d43df9d
commit 35a77f5b74

View File

@ -1,4 +1,4 @@
/* $NetBSD: auth.h,v 1.6 1998/02/27 10:33:46 christos Exp $ */
/* $NetBSD: auth.h,v 1.7 1998/03/30 22:19:00 mycroft Exp $ */
/*-
* Copyright (c) 1991, 1993
@ -77,5 +77,5 @@ typedef struct XauthP {
#include "auth-proto.h"
extern auth_debug_mode;
extern int auth_debug_mode;
#endif