mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 14:39:37 +00:00
Fixed the type of time_type.
This commit is contained in:
parent
e456e8f244
commit
de2bdb25ca
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12667
@ -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();
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user