Should be bestp now.

pull/1/head
Nicholas Marriott 2009-09-24 12:30:22 +00:00
parent bf4b27e679
commit c190a65c69
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $Id: osdep-netbsd.c,v 1.8 2009-08-09 18:00:45 tcunha Exp $ */
/* $Id: osdep-netbsd.c,v 1.9 2009-09-24 12:30:22 nicm Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@ -77,7 +77,7 @@ osdep_get_name(int fd, __unused char *tty)
return (NULL);
buf = NULL;
len = sizeof(p);
len = sizeof(bestp);
mib[0] = CTL_KERN;
mib[1] = KERN_PROC2;
mib[2] = KERN_PROC_PGRP;