diff options
| author | 2015-01-21 09:51:23 +0000 | |
|---|---|---|
| committer | 2015-01-21 09:51:23 +0000 | |
| commit | b2cbd1fa934fbf9fcbee779f9e90496202b39f34 (patch) | |
| tree | f4e8245dadc9096583c6c14891b1a530e09939cb | |
| parent | regen (diff) | |
| download | wireguard-openbsd-b2cbd1fa934fbf9fcbee779f9e90496202b39f34.tar.xz wireguard-openbsd-b2cbd1fa934fbf9fcbee779f9e90496202b39f34.zip | |
Pass times as int64_t and eliminate the (long disabled) mount request.
ABI change, so roll the RPC protocol version; how about 57 for OpenBSD 5.7?
| -rw-r--r-- | usr.sbin/amd/include/am.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/include/am.h b/usr.sbin/amd/include/am.h index 46d5bedb584..1dca9b0056c 100644 --- a/usr.sbin/amd/include/am.h +++ b/usr.sbin/amd/include/am.h @@ -1,4 +1,4 @@ -/* $OpenBSD: am.h,v 1.16 2014/10/26 03:03:34 guenther Exp $ */ +/* $OpenBSD: am.h,v 1.17 2015/01/21 09:51:23 guenther Exp $ */ /* * Copyright (c) 1990 Jan-Simon Pendry @@ -209,7 +209,7 @@ struct fhstatus; */ extern void am_mounted(am_node *); extern void am_unmounted(am_node *); -extern void amq_program_1(struct svc_req *, SVCXPRT *); +extern void amq_program_57(struct svc_req *, SVCXPRT *); extern pid_t background(void); extern int bind_resv_port(int, unsigned short *); extern int compute_mount_flags(struct mntent *); |
