diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-04-18 21:03:42 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-04-18 21:03:42 +0000 |
commit | a6456f4db3b3ff81b02f689cef062c05c86284a4 (patch) | |
tree | 6ae421dc60219680b556b6cf3ba802fc71450256 /options-table.c | |
parent | dd34cc012ae24f71c5ca401de696b88aecd2750d (diff) | |
download | rtmux-a6456f4db3b3ff81b02f689cef062c05c86284a4.tar.gz rtmux-a6456f4db3b3ff81b02f689cef062c05c86284a4.tar.bz2 rtmux-a6456f4db3b3ff81b02f689cef062c05c86284a4.zip |
PatchSet 887
Date: 2011/04/10 04:20:59
Author: guenther
Branch: HEAD
Tag: (none)
Log:
Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now
that we've got name we want for the API we want
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c index cf7b5f14..7c5e1031 100644 --- a/options-table.c +++ b/options-table.c @@ -1,4 +1,4 @@ -/* $OpenBSD: options-table.c,v 1.4 2011/04/09 20:00:29 nicm Exp $ */ +/* $Id: options-table.c,v 1.6 2011-04-18 21:03:42 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott <nicm@users.sourceforge.net> |