History log of /openbsd/usr.sbin/amd/rpcx/amq.h (Results 1 – 7 of 7)
Revision Date Author Comments
# 584b0037 21-Jan-2015 guenther <guenther@openbsd.org>

regen


# 3f49765f 21-Jan-2015 guenther <guenther@openbsd.org>

Regenerate the amq RPC stubs with a -current rpcgen, with some
post-processing of the server stub to match previous local changes.
This corrects the type handling of mt_mounttime, so "amq /mountpoint

Regenerate the amq RPC stubs with a -current rpcgen, with some
post-processing of the server stub to match previous local changes.
This corrects the type handling of mt_mounttime, so "amq /mountpoint"
doesn't segv trying to treat a time_t as a pointer.
With the file (re)generation fixed, we can more easily update the
protocol to support 64bit time_t...

show more ...


# 9cd31872 26-Oct-2014 guenther <guenther@openbsd.org>

Update to the modern RPC style with different names for server and client
stubs (they have different prototypes, after all).
Fill in missing prototypes.
Use void* arguments on closure-style callb

Update to the modern RPC style with different names for server and client
stubs (they have different prototypes, after all).
Fill in missing prototypes.
Use void* arguments on closure-style callbacks, with local variables of
the expected type.
Keep deleting unnecessary casts.

show more ...


# 29295d1c 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 5c8362e1 05-Aug-2002 pvalchev <pvalchev@openbsd.org>

Get rid of useless local definitions P_void, voidp, Const and use
void, void *, const respectively; some cosmetics; ok deraadt


# 874c7d53 31-Jan-1997 graichen <graichen@openbsd.org>

make amd 64bit ready for the alpha (from NetBSD/thorpej)


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree