diff options
author | bde <bde@FreeBSD.org> | 1995-12-07 14:33:33 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1995-12-07 14:33:33 +0000 |
commit | ccd723f54349c8ad79463a6b2c00160241599c78 (patch) | |
tree | 1e90eb5f71d80a056492876c89708b575afc2e9b /usr.sbin/amd | |
parent | 5013653269bc13d84ba7a649363b4778e27f3c64 (diff) | |
download | FreeBSD-src-ccd723f54349c8ad79463a6b2c00160241599c78.zip FreeBSD-src-ccd723f54349c8ad79463a6b2c00160241599c78.tar.gz |
Fixed the type of time_type.
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r-- | usr.sbin/amd/rpcx/amq.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/rpcx/amq.h b/usr.sbin/amd/rpcx/amq.h index 7ec4d55..ea75871 100644 --- a/usr.sbin/amd/rpcx/amq.h +++ b/usr.sbin/amd/rpcx/amq.h @@ -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(); |