diff options
Diffstat (limited to 'usr.sbin/hostatectl/parser.h')
-rw-r--r-- | usr.sbin/hostatectl/parser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hostatectl/parser.h b/usr.sbin/hostatectl/parser.h index 2fef7464faf..1f1c8e879e1 100644 --- a/usr.sbin/hostatectl/parser.h +++ b/usr.sbin/hostatectl/parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.h,v 1.1 2006/12/16 11:45:07 reyk Exp $ */ +/* $OpenBSD: parser.h,v 1.2 2006/12/16 18:50:33 reyk Exp $ */ /* * Copyright (c) 2006 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -30,7 +30,7 @@ enum actions { }; struct parse_result { - objid_t id; + struct ctl_id id; enum actions action; }; |