=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/aproc.h,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- src/usr.bin/aucat/Attic/aproc.h 2009/08/21 16:48:03 1.19 +++ src/usr.bin/aucat/Attic/aproc.h 2009/08/26 06:10:15 1.20 @@ -1,4 +1,4 @@ -/* $OpenBSD: aproc.h,v 1.19 2009/08/21 16:48:03 ratchov Exp $ */ +/* $OpenBSD: aproc.h,v 1.20 2009/08/26 06:10:15 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov * @@ -170,7 +170,8 @@ #define CTL_NSLOT 8 #define CTL_NAMEMAX 8 struct ctl_slot { - struct aproc *owner; + void (*cb)(void *, unsigned); + void *arg; unsigned unit; char name[CTL_NAMEMAX]; } slot[CTL_NSLOT];