blob: 27d9743e54f4724fb59a0b8591ca6270cbaa7f3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: b/usr/src/cmd/svc/startd/libscf.c
===================================================================
--- a/usr/src/cmd/svc/startd/libscf.c 2014-04-17 17:54:32.732222454 +0400
+++ b/usr/src/cmd/svc/startd/libscf.c 2014-04-17 17:54:36.211715467 +0400
@@ -3136,7 +3136,7 @@
*/
int
libscf_unset_action(scf_handle_t *h, scf_propertygroup_t *pg,
- admin_action_t a, hrtime_t ts)
+ admin_action_t a, int64_t ts)
{
scf_transaction_t *t;
scf_transaction_entry_t *e;
|