Fixed the type of time_type.

This commit is contained in:
Bruce Evans 1995-12-07 14:33:33 +00:00
parent e456e8f244
commit de2bdb25ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12667

View File

@ -37,7 +37,7 @@
*
* @(#)amq.h 8.1 (Berkeley) 6/6/93
*
* $Id: amq.h,v 5.2.2.1 1992/02/09 15:09:22 jsp beta $
* $Id: amq.h,v 1.1.1.1 1994/05/26 05:22:05 rgrimes Exp $
*
*/
@ -47,7 +47,7 @@ typedef char *amq_string;
bool_t xdr_amq_string();
typedef long *time_type;
typedef long time_type;
bool_t xdr_time_type();