Pass times as int64_t and eliminate the (long disabled) mount request.
authorguenther <guenther@openbsd.org>
Wed, 21 Jan 2015 09:51:23 +0000 (09:51 +0000)
committerguenther <guenther@openbsd.org>
Wed, 21 Jan 2015 09:51:23 +0000 (09:51 +0000)
ABI change, so roll the RPC protocol version; how about 57 for OpenBSD 5.7?

usr.sbin/amd/include/am.h

index 46d5bed..1dca9b0 100644 (file)
@@ -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 *);